Skip to content

Commit 75d3819

Browse files
author
noirwhal
committed
chore: Update root workspace acvm versions and lockfile
1 parent a4255f3 commit 75d3819

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

Cargo.lock

Lines changed: 42 additions & 42 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
@@ -117,13 +117,13 @@ useless_conversion = "warn"
117117
[workspace.dependencies]
118118

119119
# ACVM workspace dependencies
120-
acir_field = { version = "1.0.0-beta.21", path = "acvm-repo/acir_field", default-features = false }
121-
acir = { version = "1.0.0-beta.21", path = "acvm-repo/acir", default-features = false }
122-
acvm = { version = "1.0.0-beta.21", path = "acvm-repo/acvm" }
123-
brillig = { version = "1.0.0-beta.21", path = "acvm-repo/brillig", default-features = false }
124-
brillig_vm = { version = "1.0.0-beta.21", path = "acvm-repo/brillig_vm", default-features = false }
125-
acvm_blackbox_solver = { version = "1.0.0-beta.21", path = "acvm-repo/blackbox_solver", default-features = false }
126-
bn254_blackbox_solver = { version = "1.0.0-beta.21", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
120+
acir_field = { version = "1.0.0-beta.22", path = "acvm-repo/acir_field", default-features = false }
121+
acir = { version = "1.0.0-beta.22", path = "acvm-repo/acir", default-features = false }
122+
acvm = { version = "1.0.0-beta.22", path = "acvm-repo/acvm" }
123+
brillig = { version = "1.0.0-beta.22", path = "acvm-repo/brillig", default-features = false }
124+
brillig_vm = { version = "1.0.0-beta.22", path = "acvm-repo/brillig_vm", default-features = false }
125+
acvm_blackbox_solver = { version = "1.0.0-beta.22", path = "acvm-repo/blackbox_solver", default-features = false }
126+
bn254_blackbox_solver = { version = "1.0.0-beta.22", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
127127
msgpack_tagged = { version = "1.0.0-beta.20", path = "acvm-repo/msgpack_tagged", default-features = false }
128128
msgpack_tagged_derive = { version = "1.0.0-beta.20", path = "acvm-repo/msgpack_tagged_derive" }
129129

0 commit comments

Comments
 (0)