Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: update acvm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed May 11, 2023
1 parent 08c3ca9 commit f7f26b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
#acvm = { version = "0.11.0", features = ["bn254"] }
acvm = { git = "https://github.com/noir-lang/acvm", rev = "045e18ae13f2228171ce9e37da6e3e9691da2876", features=["bn254"] }
acvm = { git = "https://github.com/noir-lang/acvm", rev = "018d6865e03ddd09ed409b383f38971ec9ec3310", features=["bn254"] }

thiserror = "1.0.21"

Expand Down

0 comments on commit f7f26b0

Please sign in to comment.