Skip to content

Commit

Permalink
bump hugr patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Dec 19, 2024
1 parent 2970f23 commit 3991c04
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 37 deletions.
57 changes: 31 additions & 26 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ pyo3 = "0.19.0"
serde_json = "1.0.111"
cargo_toml = "0.20.4"
thiserror = "2.0.6"
hugr = "0.14.0"
hugr-cli = "0.14.0"
hugr = "0.14.1"
hugr-cli = "0.14.1"
inkwell = "0.5.0"

[patch.crates-io]

# Uncomment these to test the latest dependency version during development
hugr = { git = "https://github.com/CQCL/hugr", rev = "ab94518" }
hugr-cli = { git = "https://github.com/CQCL/hugr", rev = "ab94518" }
hugr-llvm = { git = "https://github.com/CQCL/hugr", rev = "ab94518" }
# hugr = { git = "https://github.com/CQCL/hugr", rev = "ab94518" }
# hugr-cli = { git = "https://github.com/CQCL/hugr", rev = "ab94518" }
# hugr-llvm = { git = "https://github.com/CQCL/hugr", rev = "ab94518" }
2 changes: 1 addition & 1 deletion execute_llvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "execute_llvm"
version = "0.2.0"
version = "0.2.1"
edition.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"networkx >=3.2.1,<4",
"pydantic >=2.7.0b1,<3",
"typing-extensions >=4.9.0,<5",
"hugr >=0.10.0,<0.11",
"hugr >=0.10.1,<0.11",
"tket2-exts>=0.3.0,<0.4",
]

Expand Down Expand Up @@ -83,7 +83,7 @@ members = ["execute_llvm"]
execute-llvm = { workspace = true }

# Uncomment these to test the latest dependency version during development
hugr = { git = "https://github.com/CQCL/hugr", subdirectory = "hugr-py", rev = "e40b6c7" }
# hugr = { git = "https://github.com/CQCL/hugr", subdirectory = "hugr-py", rev = "e40b6c7" }
# tket2-exts = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-exts", rev = "eb7cc63"}
# tket2 = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-py", rev = "eb7cc63"}

Expand Down
10 changes: 7 additions & 3 deletions uv.lock

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

0 comments on commit 3991c04

Please sign in to comment.