Skip to content

Commit c288a39

Browse files
committed
feat(badgerv2): Add RewriteStateSpace
1 parent 54470d4 commit c288a39

File tree

13 files changed

+1330
-19
lines changed

13 files changed

+1330
-19
lines changed

Cargo.lock

Lines changed: 165 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@ large_enum_variant = "allow"
3737
[patch.crates-io]
3838

3939
# Uncomment to use unreleased versions of hugr
40-
hugr = { git = "https://github.com/CQCL/hugr", rev = "225814a" }
41-
hugr-core = { git = "https://github.com/CQCL/hugr", rev = "225814a" }
42-
hugr-passes = { git = "https://github.com/CQCL/hugr", rev = "225814a" }
43-
hugr-cli = { git = "https://github.com/CQCL/hugr", rev = "225814a" }
40+
hugr = { git = "https://github.com/CQCL/hugr", rev = "19745e1b" }
41+
hugr-core = { git = "https://github.com/CQCL/hugr", rev = "19745e1b" }
42+
hugr-passes = { git = "https://github.com/CQCL/hugr", rev = "19745e1b" }
43+
hugr-cli = { git = "https://github.com/CQCL/hugr", rev = "19745e1b" }
4444
# portgraph = { git = "https://github.com/CQCL/portgraph", rev = "68b96ac737e0c285d8c543b2d74a7aa80a18202c" }
4545
[workspace.dependencies]
4646

4747
# Make sure to run `just recompile-eccs` if the hugr serialisation format changes.
4848
# hugr = "0.20.1"
4949
# hugr-core = "0.20.1"
5050
# hugr-cli = "0.20.1"
51-
hugr = { git = "https://github.com/CQCL/hugr", rev = "225814a" }
52-
hugr-core = { git = "https://github.com/CQCL/hugr", rev = "225814a" }
53-
hugr-cli = { git = "https://github.com/CQCL/hugr", rev = "225814a" }
51+
hugr = { git = "https://github.com/CQCL/hugr", rev = "19745e1b" }
52+
hugr-core = { git = "https://github.com/CQCL/hugr", rev = "19745e1b" }
53+
hugr-cli = { git = "https://github.com/CQCL/hugr", rev = "19745e1b" }
5454
portgraph = "0.14.1"
5555
pyo3 = ">= 0.23.4, < 0.26"
5656
itertools = "0.14.0"

test_files/6cz.hugr

1.51 KB
Binary file not shown.

0 commit comments

Comments
 (0)