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

Commit

Permalink
use patch syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 10, 2023
1 parent 3e17710 commit a610c5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ 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 = { git = "https://github.com/noir-lang/acvm", rev = "d0bb049f2f120d632ea0e55d0d53a2dc8f5cf27e", features=["bn254"] }
acvm = { version = "0.11.0", features = ["bn254"] }

thiserror = "1.0.21"

Expand Down Expand Up @@ -69,3 +68,6 @@ wasm = [
"dep:indicatif",
]
js = ["wasmer", "dep:rust-embed", "dep:getrandom", "wasmer/js-default"]

[patch.crates-io]
acvm = { git = "https://github.com/noir-lang/acvm", rev = "d0bb049f2f120d632ea0e55d0d53a2dc8f5cf27e" }

0 comments on commit a610c5c

Please sign in to comment.