Skip to content

Commit

Permalink
chore: Update hugr (#392)
Browse files Browse the repository at this point in the history
Co-authored-by: Agustin Borgna <[email protected]>
  • Loading branch information
croyzor and aborgna-q authored Aug 19, 2024
1 parent 25fed3e commit 9ddf154
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 333 deletions.
20 changes: 12 additions & 8 deletions execute_llvm/Cargo.lock

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

4 changes: 2 additions & 2 deletions execute_llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.19.0"
hugr = "0.10.0"
hugr-llvm = { git = "https://github.com/CQCL/hugr-llvm", branch = "doug/hugr-0.10.0" }
hugr = "0.11.0"
hugr-llvm = { git = "https://github.com/CQCL/hugr-llvm", commit = "43739f1" }
serde_json = "1.0.111"
inkwell = "*"
Loading

0 comments on commit 9ddf154

Please sign in to comment.