Skip to content

Commit

Permalink
Merge branch 'main' into doug/tket2-hseries-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Sep 9, 2024
2 parents 1cf7ed8 + d9deacb commit 3da95ff
Show file tree
Hide file tree
Showing 8 changed files with 551 additions and 59 deletions.
47 changes: 26 additions & 21 deletions Cargo.lock

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

16 changes: 5 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ missing_docs = "warn"
[workspace.dependencies]

# Make sure to run `just recompile-eccs` if the hugr serialisation format changes.
hugr = "0.12.0"
hugr-core = "0.9.0"
hugr = "0.12.1"
hugr-core = "0.9.1"
portgraph = "0.12"
pyo3 = "0.21.2"
itertools = "0.13.0"
tket-json-rs = "0.5.1"
tracing = "0.1.37"
portmatching = "0.3.1"
bytemuck = "1.17.1"
bytemuck = "1.18.0"
cgmath = "0.18.0"
chrono = "0.4.30"
clap = "4.5.16"
clap = "4.5.17"
criterion = "0.5.1"
crossbeam-channel = "0.5.8"
csv = "1.2.2"
delegate = "0.12.0"
delegate = "0.13.0"
derive_more = "0.99.18"
downcast-rs = "1.2.0"
fxhash = "0.2.1"
Expand Down Expand Up @@ -72,9 +72,3 @@ zstd = "0.13.2"
[profile.release.package.tket2-py]
# Some configurations to reduce the size of tket2 wheels
strip = true

[patch."crates-io"]
hugr = { git = "https://github.com/CQCL/hugr.git", branch = "doug/hugr-cli-tweak" }
hugr-core = { git = "https://github.com/CQCL/hugr.git", branch = "doug/hugr-cli-tweak" }
hugr-passes = { git = "https://github.com/CQCL/hugr.git", branch = "doug/hugr-cli-tweak" }
hugr-cli = { git = "https://github.com/CQCL/hugr.git", branch = "doug/hugr-cli-tweak" }
1 change: 1 addition & 0 deletions tket2-hseries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ clio = { version = "*", features = ["clap-parse"], optional = true }
[dev-dependencies]
cool_asserts.workspace = true
petgraph.workspace = true
rstest.workspace = true

[lints]
workspace = true
Loading

0 comments on commit 3da95ff

Please sign in to comment.