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

Commit

Permalink
feat!: Update acvm to 0.22.0 (#240)
Browse files Browse the repository at this point in the history
feat: update acvm
  • Loading branch information
sirasistant authored Aug 18, 2023
1 parent 4ea6b67 commit d8342fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
crate-type = ["cdylib", "lib"]

[dependencies]
acvm = { version = "0.21.0", features = ["bn254"] }
acvm = { version = "0.22.0", features = ["bn254"] }
bincode = "1.3.3"
bytesize = "1.2"
reqwest = { version = "0.11.16", default-features = false, features = [
Expand Down

0 comments on commit d8342fd

Please sign in to comment.