Skip to content

Commit

Permalink
chore: update to portgraph v0.8 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmondada authored Aug 28, 2023
1 parent e46db96 commit c04e616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.28"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
downcast-rs = "1.2.0"
portgraph = "0.7.2"
portgraph = "0.8.0"
priority-queue = "1.3.0"
quantinuum-hugr = { git = "https://github.com/CQCL-DEV/hugr", branch = "fix/no-resource-validation" }
smol_str = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion pyrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.19", features = ["extension-module"] }
tket2 = { path = "../", features = ["pyo3", "portmatching"] }
portgraph = { version = "0.7.1", features = ["pyo3"] }
portgraph = { version = "0.8.0", features = ["pyo3"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tket-json-rs = { git = "https://github.com/CQCL/tket-json-rs", rev="619db15d3", features = [
Expand Down

0 comments on commit c04e616

Please sign in to comment.