CQCL
portgraph
BlogDocsChangelog

Performance History

Latest Results

chore(deps): bump rstest from 0.25.0 to 0.26.1 Bumps [rstest](https://github.com/la10736/rstest) from 0.25.0 to 0.26.1. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.25.0...v0.26.1) --- updated-dependencies: - dependency-name: rstest dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/rstest-0.26.1
4 days ago
chore: release v0.15.3
release-plz-2025-08-06T10-49-58Z
10 days ago
chore(deps): bump the patch group across 1 directory with 3 updates (#258) Bumps the patch group with 3 updates in the / directory: [thiserror](https://github.com/dtolnay/thiserror), [serde](https://github.com/serde-rs/serde) and [petgraph](https://github.com/petgraph/petgraph). Updates `thiserror` from 2.0.16 to 2.0.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>2.0.17</h2> <ul> <li>Use differently named __private module per patch release (<a href="https://redirect.github.com/dtolnay/thiserror/issues/434">#434</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/72ae716e6d6a7f7fdabdc394018c745b4d39ca45"><code>72ae716</code></a> Release 2.0.17</li> <li><a href="https://github.com/dtolnay/thiserror/commit/599fdce83aee7767eb87b5af7bb30c37f3ed61e5"><code>599fdce</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/434">#434</a> from dtolnay/private</li> <li><a href="https://github.com/dtolnay/thiserror/commit/9ec05f6b38041bfe1ff5a274caec6e054a459aca"><code>9ec05f6</code></a> Use differently named __private module per patch release</li> <li><a href="https://github.com/dtolnay/thiserror/commit/d2c492b5498a0134abcc1677101bec876fe0621a"><code>d2c492b</code></a> Raise minimum tested compiler to rust 1.76</li> <li><a href="https://github.com/dtolnay/thiserror/commit/fc3ab9501d4f2b6df2d7e495dc1cb37ab6e68363"><code>fc3ab95</code></a> Opt in to generate-macro-expansion when building on docs.rs</li> <li><a href="https://github.com/dtolnay/thiserror/commit/819fe29dbb6e41bb937e3fef0469917d7c476c60"><code>819fe29</code></a> Update ui test suite to nightly-2025-09-12</li> <li><a href="https://github.com/dtolnay/thiserror/commit/259f48c549a2b49c00d2d58a204c1a3b4d2fb29a"><code>259f48c</code></a> Enforce trybuild &gt;= 1.0.108</li> <li><a href="https://github.com/dtolnay/thiserror/commit/470e6a681c073f12e29daf64dcec724bfd5871a9"><code>470e6a6</code></a> Update ui test suite to nightly-2025-08-24</li> <li><a href="https://github.com/dtolnay/thiserror/commit/544e191e6e7f2e7cc3ac34b77d9165c30d982463"><code>544e191</code></a> Update actions/checkout@v4 -&gt; v5</li> <li><a href="https://github.com/dtolnay/thiserror/commit/cbc1ebad3e91621ee0f94cf56d131f12fee62a3c"><code>cbc1eba</code></a> Delete duplicate cap-lints flag from build script</li> <li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/2.0.16...2.0.17">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.226 to 1.0.228 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.228</h2> <ul> <li>Allow building documentation with <code>RUSTDOCFLAGS='--cfg=docsrs'</code> set for the whole dependency graph (<a href="https://redirect.github.com/serde-rs/serde/issues/2995">#2995</a>)</li> </ul> <h2>v1.0.227</h2> <ul> <li>Documentation improvements (<a href="https://redirect.github.com/serde-rs/serde/issues/2991">#2991</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/a866b336f14aa57a07f0d0be9f8762746e64ecb4"><code>a866b33</code></a> Release 1.0.228</li> <li><a href="https://github.com/serde-rs/serde/commit/5adc9e816c155473ec66b6641fc81529a5ef3868"><code>5adc9e8</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2995">#2995</a> from dtolnay/rustdocflags</li> <li><a href="https://github.com/serde-rs/serde/commit/ab581789f4aa6a92f8e149f3086040342dfaddcf"><code>ab58178</code></a> Workaround for RUSTDOCFLAGS='--cfg=docsrs'</li> <li><a href="https://github.com/serde-rs/serde/commit/415d9fc5601add94aac3c1882bd63e3f555ce2a2"><code>415d9fc</code></a> Release 1.0.227</li> <li><a href="https://github.com/serde-rs/serde/commit/7c58427e1259566b4835444951ff79406c75205f"><code>7c58427</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2991">#2991</a> from dtolnay/inlinecoredoc</li> <li><a href="https://github.com/serde-rs/serde/commit/9d3410e3f4e38f9ea1a798e7ae9fab71577ab31b"><code>9d3410e</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2992">#2992</a> from dtolnay/inplaceseed</li> <li><a href="https://github.com/serde-rs/serde/commit/2fb6748bf1ff939a2208d70b26708ddc75ab2e88"><code>2fb6748</code></a> Remove InPlaceSeed public re-export</li> <li><a href="https://github.com/serde-rs/serde/commit/f8137c79a20137c9483d21d3c8e628e83d3b91ba"><code>f8137c7</code></a> Inline serde_core into serde in docsrs mode</li> <li><a href="https://github.com/serde-rs/serde/commit/b7dbf7e3cb53bc9b9442047229e4f125bb07783e"><code>b7dbf7e</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2990">#2990</a> from dtolnay/integer128</li> <li><a href="https://github.com/serde-rs/serde/commit/7c836915fc8d6fab4990764096e53e9a668cf3df"><code>7c83691</code></a> No longer macro_use integer128 module</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.226...v1.0.228">compare view</a></li> </ul> </details> <br /> Updates `petgraph` from 0.8.2 to 0.8.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/petgraph/petgraph/releases">petgraph's releases</a>.</em></p> <blockquote> <h2>petgraph-v0.8.3</h2> <h3>Bug Fixes</h3> <ul> <li>Infinite <code>subgraph_isomorphisms_iter</code> for empty isomorphisms (<a href="https://redirect.github.com/petgraph/petgraph/pull/780">#780</a>)</li> <li>Algos don't work on <code>UndirectedAdaptor</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/870">#870</a>) (<a href="https://redirect.github.com/petgraph/petgraph/pull/871">#871</a>)</li> <li>use a queue for SPFA (<a href="https://redirect.github.com/petgraph/petgraph/pull/893">#893</a>)</li> <li><code>StableGraph::reverse</code> breaks free lists (<a href="https://redirect.github.com/petgraph/petgraph/pull/890">#890</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix examples link in README and unify typesetting of one word (<a href="https://redirect.github.com/petgraph/petgraph/pull/823">#823</a>)</li> <li>Add link to multigraph definition to isomorphism algos (<a href="https://redirect.github.com/petgraph/petgraph/pull/824">#824</a>)</li> <li>Fix auxiliary space (and time) complexity of bron-kerbosch (<a href="https://redirect.github.com/petgraph/petgraph/pull/825">#825</a>)</li> <li>Fix Typo in Operator Module Documentation (<a href="https://redirect.github.com/petgraph/petgraph/pull/831">#831</a>)</li> <li>Sync the crate feature flags in the README and docs (<a href="https://redirect.github.com/petgraph/petgraph/pull/832">#832</a>)</li> <li>Remove all [Generic] tags from algo docstrings (<a href="https://redirect.github.com/petgraph/petgraph/pull/835">#835</a>)</li> <li>Fix typos in comments (<a href="https://redirect.github.com/petgraph/petgraph/pull/836">#836</a>)</li> <li>Revamp CONTRIBUTING.md (<a href="https://redirect.github.com/petgraph/petgraph/pull/833">#833</a>)</li> <li>Update <code>GraphMap</code> link in README (<a href="https://redirect.github.com/petgraph/petgraph/pull/857">#857</a>)</li> <li>Add doc comment for <code>Dot::with_attr_getters</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/850">#850</a>)</li> <li>Specify iteration order for neighbors and edges and their variants (<a href="https://redirect.github.com/petgraph/petgraph/pull/790">#790</a>)</li> <li>Collection of Doc fixes (<a href="https://redirect.github.com/petgraph/petgraph/pull/856">#856</a>)</li> </ul> <h3>New Features</h3> <ul> <li>Add <code>into_nodes_edges_iters</code> to <code>StableGraph</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/841">#841</a>)</li> <li>Add methods to reserve &amp; shrink <code>StableGraph</code> capacity (<a href="https://redirect.github.com/petgraph/petgraph/pull/846">#846</a>)</li> <li>Add Dinic's Maximum Flow Algorithm (<a href="https://redirect.github.com/petgraph/petgraph/pull/739">#739</a>)</li> <li>make Csr::from_sorted_edges generic over edge type and properly increase edge_count in Csr::from_sorted_edges (<a href="https://redirect.github.com/petgraph/petgraph/pull/861">#861</a>)</li> <li>Add <code>map_owned</code> and <code>filter_map_owned</code> for <code>Graph</code> and <code>StableGraph</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/863">#863</a>)</li> <li>Add dijkstra::with_dynamic_goal (<a href="https://redirect.github.com/petgraph/petgraph/pull/855">#855</a>)</li> <li>Fix self-loop bug in all_simple_paths and enable multiple targets (<a href="https://redirect.github.com/petgraph/petgraph/pull/865">#865</a>)</li> <li>mark petgraph::dot::Dot::graph_fmt as public (<a href="https://redirect.github.com/petgraph/petgraph/pull/866">#866</a>)</li> <li>Add bidirectional Dijkstra algorithm (<a href="https://redirect.github.com/petgraph/petgraph/pull/782">#782</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Make A* tie break on lower h-values (<a href="https://redirect.github.com/petgraph/petgraph/pull/882">#882</a>)</li> </ul> <h3>Refactor</h3> <ul> <li>add examples for scc algorithms and reorganize into dedicated module (<a href="https://redirect.github.com/petgraph/petgraph/pull/830">#830</a>)</li> <li>Remove unnecessary trait bounds from impls/methods (<a href="https://redirect.github.com/petgraph/petgraph/pull/828">#828</a>)</li> <li>replace uses of 'crate::util::zip' with 'core::iter::zip' (<a href="https://redirect.github.com/petgraph/petgraph/pull/849">#849</a>)</li> <li>Fix clippy (and other) lints (<a href="https://redirect.github.com/petgraph/petgraph/pull/851">#851</a>)</li> <li>Cleanup repo (<a href="https://redirect.github.com/petgraph/petgraph/pull/854">#854</a>)</li> <li>replace crate::util::enumerate with Iterator::enumerate (<a href="https://redirect.github.com/petgraph/petgraph/pull/881">#881</a>)</li> </ul> <h3>Testing</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/petgraph/petgraph/blob/master/CHANGELOG.md">petgraph's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/petgraph/petgraph/compare/petgraph@v0.8.2...petgraph@v0.8.3">0.8.3</a> - 2025-09-30</h2> <h3>Bug Fixes</h3> <ul> <li>Infinite <code>subgraph_isomorphisms_iter</code> for empty isomorphisms (<a href="https://redirect.github.com/petgraph/petgraph/pull/780">#780</a>)</li> <li>Algos don't work on <code>UndirectedAdaptor</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/870">#870</a>) (<a href="https://redirect.github.com/petgraph/petgraph/pull/871">#871</a>)</li> <li>use a queue for SPFA (<a href="https://redirect.github.com/petgraph/petgraph/pull/893">#893</a>)</li> <li><code>StableGraph::reverse</code> breaks free lists (<a href="https://redirect.github.com/petgraph/petgraph/pull/890">#890</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix examples link in README and unify typesetting of one word (<a href="https://redirect.github.com/petgraph/petgraph/pull/823">#823</a>)</li> <li>Add link to multigraph definition to isomorphism algos (<a href="https://redirect.github.com/petgraph/petgraph/pull/824">#824</a>)</li> <li>Fix auxiliary space (and time) complexity of bron-kerbosch (<a href="https://redirect.github.com/petgraph/petgraph/pull/825">#825</a>)</li> <li>Fix Typo in Operator Module Documentation (<a href="https://redirect.github.com/petgraph/petgraph/pull/831">#831</a>)</li> <li>Sync the crate feature flags in the README and docs (<a href="https://redirect.github.com/petgraph/petgraph/pull/832">#832</a>)</li> <li>Remove all [Generic] tags from algo docstrings (<a href="https://redirect.github.com/petgraph/petgraph/pull/835">#835</a>)</li> <li>Fix typos in comments (<a href="https://redirect.github.com/petgraph/petgraph/pull/836">#836</a>)</li> <li>Revamp CONTRIBUTING.md (<a href="https://redirect.github.com/petgraph/petgraph/pull/833">#833</a>)</li> <li>Update <code>GraphMap</code> link in README (<a href="https://redirect.github.com/petgraph/petgraph/pull/857">#857</a>)</li> <li>Add doc comment for <code>Dot::with_attr_getters</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/850">#850</a>)</li> <li>Specify iteration order for neighbors and edges and their variants (<a href="https://redirect.github.com/petgraph/petgraph/pull/790">#790</a>)</li> <li>Collection of Doc fixes (<a href="https://redirect.github.com/petgraph/petgraph/pull/856">#856</a>)</li> </ul> <h3>New Features</h3> <ul> <li>Add <code>into_nodes_edges_iters</code> to <code>StableGraph</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/841">#841</a>)</li> <li>Add methods to reserve &amp; shrink <code>StableGraph</code> capacity (<a href="https://redirect.github.com/petgraph/petgraph/pull/846">#846</a>)</li> <li>Add Dinic's Maximum Flow Algorithm (<a href="https://redirect.github.com/petgraph/petgraph/pull/739">#739</a>)</li> <li>make Csr::from_sorted_edges generic over edge type and properly increase edge_count in Csr::from_sorted_edges (<a href="https://redirect.github.com/petgraph/petgraph/pull/861">#861</a>)</li> <li>Add <code>map_owned</code> and <code>filter_map_owned</code> for <code>Graph</code> and <code>StableGraph</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/863">#863</a>)</li> <li>Add dijkstra::with_dynamic_goal (<a href="https://redirect.github.com/petgraph/petgraph/pull/855">#855</a>)</li> <li>Fix self-loop bug in all_simple_paths and enable multiple targets (<a href="https://redirect.github.com/petgraph/petgraph/pull/865">#865</a>)</li> <li>mark petgraph::dot::Dot::graph_fmt as public (<a href="https://redirect.github.com/petgraph/petgraph/pull/866">#866</a>)</li> <li>Add bidirectional Dijkstra algorithm (<a href="https://redirect.github.com/petgraph/petgraph/pull/782">#782</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Make A* tie break on lower h-values (<a href="https://redirect.github.com/petgraph/petgraph/pull/882">#882</a>)</li> </ul> <h3>Refactor</h3> <ul> <li>add examples for scc algorithms and reorganize into dedicated module (<a href="https://redirect.github.com/petgraph/petgraph/pull/830">#830</a>)</li> <li>Remove unnecessary trait bounds from impls/methods (<a href="https://redirect.github.com/petgraph/petgraph/pull/828">#828</a>)</li> <li>replace uses of 'crate::util::zip' with 'core::iter::zip' (<a href="https://redirect.github.com/petgraph/petgraph/pull/849">#849</a>)</li> <li>Fix clippy (and other) lints (<a href="https://redirect.github.com/petgraph/petgraph/pull/851">#851</a>)</li> <li>Cleanup repo (<a href="https://redirect.github.com/petgraph/petgraph/pull/854">#854</a>)</li> <li>replace crate::util::enumerate with Iterator::enumerate (<a href="https://redirect.github.com/petgraph/petgraph/pull/881">#881</a>)</li> </ul> <h3>Testing</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/petgraph/petgraph/commit/162903562ce5b00cdba390a0d9c1bb80f1c75bf5"><code>1629035</code></a> chore: release v0.8.3 (<a href="https://redirect.github.com/petgraph/petgraph/issues/826">#826</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/ce234451068c427ae7550dcbddd6c3692462f111"><code>ce23445</code></a> ci: Use new cargo resolver when running CI with MSRV (<a href="https://redirect.github.com/petgraph/petgraph/issues/887">#887</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/ef5d17dc9a7350723779cc03ddcf444c9864225b"><code>ef5d17d</code></a> docs: Collection of Doc fixes (<a href="https://redirect.github.com/petgraph/petgraph/issues/856">#856</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/b682695f29833184b322333e151a588be8f98842"><code>b682695</code></a> fix: <code>StableGraph::reverse</code> breaks free lists (<a href="https://redirect.github.com/petgraph/petgraph/issues/890">#890</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/29f4c92f5464e5609ddb0fec31c811f46215cbc0"><code>29f4c92</code></a> fix: use a queue for SPFA (<a href="https://redirect.github.com/petgraph/petgraph/issues/893">#893</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/b87dbc550cf6cd4b80d9388eee411c5cd458ecac"><code>b87dbc5</code></a> perf: Make A* tie break on lower h-values (<a href="https://redirect.github.com/petgraph/petgraph/issues/882">#882</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/49d2740cf090cfb302a02605b34e043323a353eb"><code>49d2740</code></a> refactor: replace crate::util::enumerate with Iterator::enumerate (<a href="https://redirect.github.com/petgraph/petgraph/issues/881">#881</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/0a0efbe7a54eedd2d5cec735be86723b8ffd7872"><code>0a0efbe</code></a> docs: Specify iteration order for neighbors and edges and their variants (<a href="https://redirect.github.com/petgraph/petgraph/issues/790">#790</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/5c7e0fb2d72f93948738be3a0b2600294c71a7bc"><code>5c7e0fb</code></a> ci: Fix Hashbrown dependencies (<a href="https://redirect.github.com/petgraph/petgraph/issues/878">#878</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/aa53dbeaf47d3c0a1871558228f5c37082e33ee4"><code>aa53dbe</code></a> feat: Add bidirectional Dijkstra algorithm (<a href="https://redirect.github.com/petgraph/petgraph/issues/782">#782</a>)</li> <li>Additional commits viewable in <a href="https://github.com/petgraph/petgraph/compare/petgraph@v0.8.2...petgraph@v0.8.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
10 days ago
chore(deps): bump proptest from 1.8.0 to 1.9.0 in the minor group across 1 directory (#260) Bumps the minor group with 1 update in the / directory: [proptest](https://github.com/proptest-rs/proptest). Updates `proptest` from 1.8.0 to 1.9.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/proptest-rs/proptest/commit/b2d358b0c9857fd9967e7df32ff68ab8d0245253"><code>b2d358b</code></a> prep 1.9.0 release (<a href="https://redirect.github.com/proptest-rs/proptest/issues/607">#607</a>)</li> <li><a href="https://github.com/proptest-rs/proptest/commit/67a1fe49dd3c82873a5bf292ac89db3033220124"><code>67a1fe4</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/606">#606</a> from proptest-rs/fix-test</li> <li><a href="https://github.com/proptest-rs/proptest/commit/7190be98f4d783f0d7fa16f3302cf408b11b681a"><code>7190be9</code></a> fix doctest and cleanup warnings</li> <li><a href="https://github.com/proptest-rs/proptest/commit/c1a49e69771f762368ec991643a49f96ab2f38c5"><code>c1a49e6</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/589">#589</a> from bschoenmaeckers/assume_ok</li> <li><a href="https://github.com/proptest-rs/proptest/commit/411e5802333219c0d3280beb91c642446e33eaff"><code>411e580</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/546">#546</a> from serprex/remove-lazy-static</li> <li><a href="https://github.com/proptest-rs/proptest/commit/a54d0a9f161a4e7875ff4f8bfec80d7af3b3ba25"><code>a54d0a9</code></a> Merge branch 'main' into remove-lazy-static</li> <li><a href="https://github.com/proptest-rs/proptest/commit/4b78455a844704b799f4bf1c1cb8a541f79735e5"><code>4b78455</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/605">#605</a> from proptest-rs/msrv-1.82</li> <li><a href="https://github.com/proptest-rs/proptest/commit/0454e5d41a962d54e09f2487e9ba3b9901ddbdf6"><code>0454e5d</code></a> bump msrv to 1.82</li> <li><a href="https://github.com/proptest-rs/proptest/commit/b59a69185bc1452567ddcf7a647fd511f57a03af"><code>b59a691</code></a> Merge remote-tracking branch 'origin/main' into assume_ok</li> <li><a href="https://github.com/proptest-rs/proptest/commit/9b121ca9dcfaf535e0a42cb7d18ed4dcbf613afa"><code>9b121ca</code></a> Review</li> <li>Additional commits viewable in <a href="https://github.com/proptest-rs/proptest/compare/v1.8.0...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proptest&package-manager=cargo&previous-version=1.8.0&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Agustín Borgna <agustin.borgna@quantinuum.com>
main
10 days ago
chore: release v0.15.3
release-plz-2025-08-06T10-49-58Z
10 days ago
fix benchmark run command
dependabot/cargo/minor-1bc8c9f1f1
10 days ago

Active Branches

chore(deps): bump rstest from 0.25.0 to 0.26.1
last run
4 days ago
#262
CodSpeed Performance Gauge
+1%
#261
CodSpeed Performance Gauge
+1%
last run
10 days ago
#244
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs