Skip to content

Commit 1be135a

Browse files
author
noirwhal
committed
chore: Update root workspace acvm versions and lockfile
1 parent a2d6cee commit 1be135a

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

Cargo.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ uninlined_format_args = "warn"
8484
[workspace.dependencies]
8585

8686
# ACVM workspace dependencies
87-
acir_field = { version = "1.0.0-beta.10", path = "acvm-repo/acir_field", default-features = false }
88-
acir = { version = "1.0.0-beta.10", path = "acvm-repo/acir", default-features = false }
89-
acvm = { version = "1.0.0-beta.10", path = "acvm-repo/acvm" }
90-
brillig = { version = "1.0.0-beta.10", path = "acvm-repo/brillig", default-features = false }
91-
brillig_vm = { version = "1.0.0-beta.10", path = "acvm-repo/brillig_vm", default-features = false }
92-
acvm_blackbox_solver = { version = "1.0.0-beta.10", path = "acvm-repo/blackbox_solver", default-features = false }
93-
bn254_blackbox_solver = { version = "1.0.0-beta.10", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
87+
acir_field = { version = "1.0.0-beta.11", path = "acvm-repo/acir_field", default-features = false }
88+
acir = { version = "1.0.0-beta.11", path = "acvm-repo/acir", default-features = false }
89+
acvm = { version = "1.0.0-beta.11", path = "acvm-repo/acvm" }
90+
brillig = { version = "1.0.0-beta.11", path = "acvm-repo/brillig", default-features = false }
91+
brillig_vm = { version = "1.0.0-beta.11", path = "acvm-repo/brillig_vm", default-features = false }
92+
acvm_blackbox_solver = { version = "1.0.0-beta.11", path = "acvm-repo/blackbox_solver", default-features = false }
93+
bn254_blackbox_solver = { version = "1.0.0-beta.11", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
9494

9595
# Noir compiler workspace dependencies
9696
fm = { path = "compiler/fm" }

0 commit comments

Comments
 (0)