Skip to content

Commit

Permalink
chore: update backend version
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Jul 12, 2023
1 parent 3becd23 commit b6deec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ wasm-bindgen-test = "0.3.33"

[patch.crates-io]
async-lsp = { git = "https://github.com/oxalica/async-lsp", rev = "09dbcc11046f7a188a80137f8d36484d86c78c78" }
acvm-backend-barretenberg = { git = "https://github.com/noir-lang/acvm-backend-barretenberg", rev = "0033f2ee0970cb355a4ae58eef88e8bc0417cbb1" }
2 changes: 1 addition & 1 deletion crates/nargo_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ color-eyre = "0.6.2"
tokio = { version = "1.0", features = ["io-std"] }

# Backends
acvm-backend-barretenberg = { version = "0.7.0", default-features = false }
acvm-backend-barretenberg = { version = "0.8.0", default-features = false }

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

0 comments on commit b6deec8

Please sign in to comment.