diff --git a/Cargo.lock b/Cargo.lock index 8e09f9bb277..6026be34b12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "barretenberg_static_lib" version = "0.1.0" -source = "git+https://github.com/noir-lang/aztec_backend?rev=880bcc8657b63205573655c175fad596bf277c36#880bcc8657b63205573655c175fad596bf277c36" +source = "git+https://github.com/noir-lang/aztec_backend?rev=c6b50231da065e7550bfe8bddf8e46f4cd8002d7#c6b50231da065e7550bfe8bddf8e46f4cd8002d7" dependencies = [ "barretenberg-sys", "common", @@ -559,9 +559,10 @@ dependencies = [ [[package]] name = "barretenberg_wasm" version = "0.1.0" -source = "git+https://github.com/noir-lang/aztec_backend?rev=880bcc8657b63205573655c175fad596bf277c36#880bcc8657b63205573655c175fad596bf277c36" +source = "git+https://github.com/noir-lang/aztec_backend?rev=c6b50231da065e7550bfe8bddf8e46f4cd8002d7#c6b50231da065e7550bfe8bddf8e46f4cd8002d7" dependencies = [ "common", + "getrandom", "pkg-config", "rust-embed", "wasmer", @@ -862,7 +863,7 @@ dependencies = [ [[package]] name = "common" version = "0.1.0" -source = "git+https://github.com/noir-lang/aztec_backend?rev=880bcc8657b63205573655c175fad596bf277c36#880bcc8657b63205573655c175fad596bf277c36" +source = "git+https://github.com/noir-lang/aztec_backend?rev=c6b50231da065e7550bfe8bddf8e46f4cd8002d7#c6b50231da065e7550bfe8bddf8e46f4cd8002d7" dependencies = [ "acvm 0.8.0", "blake2", diff --git a/crates/nargo_cli/Cargo.toml b/crates/nargo_cli/Cargo.toml index 8d7ddc8d1f0..9557644ce74 100644 --- a/crates/nargo_cli/Cargo.toml +++ b/crates/nargo_cli/Cargo.toml @@ -38,8 +38,8 @@ tempdir = "0.3.7" color-eyre = "0.6.2" # Backends -aztec_backend = { optional = true, package = "barretenberg_static_lib", git = "https://github.com/noir-lang/aztec_backend", rev = "880bcc8657b63205573655c175fad596bf277c36" } -aztec_wasm_backend = { optional = true, package = "barretenberg_wasm", git = "https://github.com/noir-lang/aztec_backend", rev = "880bcc8657b63205573655c175fad596bf277c36" } +aztec_backend = { optional = true, package = "barretenberg_static_lib", git = "https://github.com/noir-lang/aztec_backend", rev = "c6b50231da065e7550bfe8bddf8e46f4cd8002d7" } +aztec_wasm_backend = { optional = true, package = "barretenberg_wasm", git = "https://github.com/noir-lang/aztec_backend", rev = "c6b50231da065e7550bfe8bddf8e46f4cd8002d7" } marlin_arkworks_backend = { optional = true, git = "https://github.com/noir-lang/marlin_arkworks_backend", rev = "144378edad821bfaa52bf2cacca8ecc87514a4fc" } [dev-dependencies]