Skip to content

Commit

Permalink
Update Hugr ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-koch committed May 3, 2024
1 parent db8f3ad commit 11a1619
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ graphviz = "^0.20.1"
networkx = "^3.2.1"
pydantic = "^2.7.0b1"
typing-extensions = "^4.9.0"
hugr = { git = "https://github.com/CQCL/hugr.git", subdirectory = "hugr-py" }
hugr = { git = "https://github.com/CQCL/hugr.git", rev = "acca7bfb4a074c7feb3b4b5758f589941632bc5a", subdirectory = "hugr-py" }

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
Expand Down
2 changes: 1 addition & 1 deletion validator/Cargo.lock

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

2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.19.0"
hugr = { git = "https://github.com/CQCL/hugr.git", rev = "4b9d3daa29ea98e3d64d2f407cbb128287854011" }
hugr = { git = "https://github.com/CQCL/hugr.git", rev = "acca7bfb4a074c7feb3b4b5758f589941632bc5a" }
lazy_static = "1.4.0"
serde_json = "1.0.111"

0 comments on commit 11a1619

Please sign in to comment.