Skip to content

Commit 0be2425

Browse files
author
noirwhal
committed
chore: Update root workspace acvm versions and lockfile
1 parent 2a0c0a3 commit 0be2425

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

Cargo.lock

+32-32
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
@@ -67,13 +67,13 @@ unused_qualifications = "warn"
6767
[workspace.dependencies]
6868

6969
# ACVM workspace dependencies
70-
acir_field = { version = "1.0.0-beta.3", path = "acvm-repo/acir_field", default-features = false }
71-
acir = { version = "1.0.0-beta.3", path = "acvm-repo/acir", default-features = false }
72-
acvm = { version = "1.0.0-beta.3", path = "acvm-repo/acvm" }
73-
brillig = { version = "1.0.0-beta.3", path = "acvm-repo/brillig", default-features = false }
74-
brillig_vm = { version = "1.0.0-beta.3", path = "acvm-repo/brillig_vm", default-features = false }
75-
acvm_blackbox_solver = { version = "1.0.0-beta.3", path = "acvm-repo/blackbox_solver", default-features = false }
76-
bn254_blackbox_solver = { version = "1.0.0-beta.3", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
70+
acir_field = { version = "1.0.0-beta.4", path = "acvm-repo/acir_field", default-features = false }
71+
acir = { version = "1.0.0-beta.4", path = "acvm-repo/acir", default-features = false }
72+
acvm = { version = "1.0.0-beta.4", path = "acvm-repo/acvm" }
73+
brillig = { version = "1.0.0-beta.4", path = "acvm-repo/brillig", default-features = false }
74+
brillig_vm = { version = "1.0.0-beta.4", path = "acvm-repo/brillig_vm", default-features = false }
75+
acvm_blackbox_solver = { version = "1.0.0-beta.4", path = "acvm-repo/blackbox_solver", default-features = false }
76+
bn254_blackbox_solver = { version = "1.0.0-beta.4", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
7777

7878
# Noir compiler workspace dependencies
7979
fm = { path = "compiler/fm" }

0 commit comments

Comments
 (0)