Skip to content

Commit

Permalink
build(deps): bump rustworkx-core from 0.15.1 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [rustworkx-core](https://github.com/Qiskit/rustworkx) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/Qiskit/rustworkx/releases)
- [Commits](Qiskit/rustworkx@0.15.1...0.16.0)

---
updated-dependencies:
- dependency-name: rustworkx-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent f3e48dc commit a4a705c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
43 changes: 22 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aoc2023/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pathfinding = { version = "4.14" }
petgraph = { version = "0.7" }
rayon = { version = "1.8" }
rustc-hash = { version = "2.0" }
rustworkx-core = { version = "0.15" }
rustworkx-core = { version = "0.16" }
smallvec = { version = "1.11" }
strum = { version = "0.26", features = ["derive"] }
z3 = { version = "0.12", optional = true }
Expand Down

0 comments on commit a4a705c

Please sign in to comment.