Skip to content

Commit 0b88cf4

Browse files
author
noirwhal
committed
chore: Update root workspace acvm versions and lockfile
1 parent 63b0fc9 commit 0b88cf4

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

Cargo.lock

Lines changed: 41 additions & 41 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
@@ -89,13 +89,13 @@ uninlined_format_args = "warn"
8989
[workspace.dependencies]
9090

9191
# ACVM workspace dependencies
92-
acir_field = { version = "1.0.0-beta.17", path = "acvm-repo/acir_field", default-features = false }
93-
acir = { version = "1.0.0-beta.17", path = "acvm-repo/acir", default-features = false }
94-
acvm = { version = "1.0.0-beta.17", path = "acvm-repo/acvm" }
95-
brillig = { version = "1.0.0-beta.17", path = "acvm-repo/brillig", default-features = false }
96-
brillig_vm = { version = "1.0.0-beta.17", path = "acvm-repo/brillig_vm", default-features = false }
97-
acvm_blackbox_solver = { version = "1.0.0-beta.17", path = "acvm-repo/blackbox_solver", default-features = false }
98-
bn254_blackbox_solver = { version = "1.0.0-beta.17", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
92+
acir_field = { version = "1.0.0-beta.18", path = "acvm-repo/acir_field", default-features = false }
93+
acir = { version = "1.0.0-beta.18", path = "acvm-repo/acir", default-features = false }
94+
acvm = { version = "1.0.0-beta.18", path = "acvm-repo/acvm" }
95+
brillig = { version = "1.0.0-beta.18", path = "acvm-repo/brillig", default-features = false }
96+
brillig_vm = { version = "1.0.0-beta.18", path = "acvm-repo/brillig_vm", default-features = false }
97+
acvm_blackbox_solver = { version = "1.0.0-beta.18", path = "acvm-repo/blackbox_solver", default-features = false }
98+
bn254_blackbox_solver = { version = "1.0.0-beta.18", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
9999

100100
# Noir compiler workspace dependencies
101101
fm = { path = "compiler/fm" }

0 commit comments

Comments
 (0)