Skip to content

Commit

Permalink
chore: remove patch on ACVM (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jul 6, 2023
1 parent 824f880 commit de7c033
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
25 changes: 15 additions & 10 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.66"
crate-type = ["cdylib"]

[dependencies]
acvm = "0.15.1"
acvm = "0.16.0"
wasm-bindgen = { version = "0.2.86", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.36"
serde = { version = "1.0.136", features = ["derive"] }
Expand All @@ -40,8 +40,4 @@ build-data = "0.1.3"
pkg-config = "0.3"

[dev-dependencies]
wasm-bindgen-test = "0.3.36"


[patch.crates-io]
acvm = { git = "https://github.com/noir-lang/acvm", rev = "fc3240d456d0128f6eb42096beb8b7a586ea48da" }
wasm-bindgen-test = "0.3.36"

0 comments on commit de7c033

Please sign in to comment.