Skip to content

Commit

Permalink
chore(deps): update portgraph requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [portgraph](https://github.com/CQCL/portgraph) to permit the latest version.
- [Changelog](https://github.com/CQCL/portgraph/blob/main/CHANGELOG.md)
- [Commits](https://github.com/CQCL/portgraph/commits)

---
updated-dependencies:
- dependency-name: portgraph
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent a62ce43 commit 6f0d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ members = ["pyrs", "compile-matcher"]
[workspace.dependencies]

quantinuum-hugr = { git = "https://github.com/CQCL-DEV/hugr", rev = "5a97a635" }
portgraph = { version = "0.8", features = ["serde"] }
portgraph = { version = "0.9", features = ["serde"] }
pyo3 = { version = "0.19" }
itertools = { version = "0.11.0" }

0 comments on commit 6f0d846

Please sign in to comment.