Skip to content

Commit bdc7c26

Browse files
author
noirwhal
committed
chore: Update root workspace acvm versions and lockfile
1 parent 7bda4c6 commit bdc7c26

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

Cargo.lock

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ unused_qualifications = "warn"
5757
[workspace.dependencies]
5858

5959
# ACVM workspace dependencies
60-
acir_field = { version = "0.55.0", path = "acvm-repo/acir_field", default-features = false }
61-
acir = { version = "0.55.0", path = "acvm-repo/acir", default-features = false }
62-
acvm = { version = "0.55.0", path = "acvm-repo/acvm" }
63-
brillig = { version = "0.55.0", path = "acvm-repo/brillig", default-features = false }
64-
brillig_vm = { version = "0.55.0", path = "acvm-repo/brillig_vm", default-features = false }
65-
acvm_blackbox_solver = { version = "0.55.0", path = "acvm-repo/blackbox_solver", default-features = false }
66-
bn254_blackbox_solver = { version = "0.55.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
60+
acir_field = { version = "1.0.0-beta.0", path = "acvm-repo/acir_field", default-features = false }
61+
acir = { version = "1.0.0-beta.0", path = "acvm-repo/acir", default-features = false }
62+
acvm = { version = "1.0.0-beta.0", path = "acvm-repo/acvm" }
63+
brillig = { version = "1.0.0-beta.0", path = "acvm-repo/brillig", default-features = false }
64+
brillig_vm = { version = "1.0.0-beta.0", path = "acvm-repo/brillig_vm", default-features = false }
65+
acvm_blackbox_solver = { version = "1.0.0-beta.0", path = "acvm-repo/blackbox_solver", default-features = false }
66+
bn254_blackbox_solver = { version = "1.0.0-beta.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
6767

6868
# Noir compiler workspace dependencies
6969
fm = { path = "compiler/fm" }

0 commit comments

Comments
 (0)