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

Commit

Permalink
feat!: update to target acvm-84b5d18d
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed May 9, 2023
1 parent 79089d2 commit a2a7c9e
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 199 deletions.
43 changes: 20 additions & 23 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

thiserror = "1.0.21"

blake2 = "0.9.1"
dirs = { version = "3.0", optional = true }
reqwest = { version = "0.11.16", optional = true, default-features = false, features = [
"stream",
Expand All @@ -38,6 +39,7 @@ getrandom = { version = "0.2", optional = true }
pkg-config = "0.3"

[dev-dependencies]
blake2 = "0.9.1"
sled = "0.34.6"
tempfile = "*"

Expand Down
Loading

0 comments on commit a2a7c9e

Please sign in to comment.