Skip to content

Commit

Permalink
fix(nargo): Update acvm-backend-barretenberg to allow wasm backend co…
Browse files Browse the repository at this point in the history
…mpilation (#1771)

* fix(nargo): Update acvm-backend-barretenberg to allow wasm backend compilation

* update to released version
  • Loading branch information
phated authored Jun 21, 2023
1 parent 3ec0480 commit 97da745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 crates/nargo_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ color-eyre = "0.6.2"
tokio = "1.0"

# Backends
acvm-backend-barretenberg = { version = "0.5.0", default-features = false }
acvm-backend-barretenberg = { version = "0.5.1", default-features = false }

[dev-dependencies]
tempdir = "0.3.7"
Expand Down

0 comments on commit 97da745

Please sign in to comment.