Skip to content

Commit

Permalink
feat: update to WIP ACVM 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed May 19, 2023
1 parent 875e952 commit 766a3e3
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 82 deletions.
86 changes: 48 additions & 38 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ crate-type = ["cdylib"]

[dependencies]
acvm = "0.11.0"
iter-extended = { git = "https://github.com/noir-lang/noir", rev = "0181813203a9e3e46c6d8c3169ad5d25971d4282"}
noirc_abi = { git = "https://github.com/noir-lang/noir", rev = "0181813203a9e3e46c6d8c3169ad5d25971d4282"}
iter-extended = { git = "https://github.com/noir-lang/noir", rev = "ecc880648e7cccc83dce375af0e4fce886a1688d"}
noirc_abi = { git = "https://github.com/noir-lang/noir", rev = "ecc880648e7cccc83dce375af0e4fce886a1688d"}
wasm-bindgen = { version = "0.2.85", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.34"
serde = { version = "1.0.136", features = ["derive"] }
Expand All @@ -27,4 +27,7 @@ js-sys = "0.3.62"
build-data = "0.1.3"

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

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

0 comments on commit 766a3e3

Please sign in to comment.