Skip to content

Commit

Permalink
chore: Update root workspace acvm versions and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
noirwhal committed Oct 3, 2024
1 parent 36d8b27 commit 1c06ec8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ unused_qualifications = "warn"
[workspace.dependencies]

# ACVM workspace dependencies
acir_field = { version = "0.50.0", path = "acvm-repo/acir_field", default-features = false }
acir = { version = "0.50.0", path = "acvm-repo/acir", default-features = false }
acvm = { version = "0.50.0", path = "acvm-repo/acvm" }
brillig = { version = "0.50.0", path = "acvm-repo/brillig", default-features = false }
brillig_vm = { version = "0.50.0", path = "acvm-repo/brillig_vm", default-features = false }
acvm_blackbox_solver = { version = "0.50.0", path = "acvm-repo/blackbox_solver", default-features = false }
bn254_blackbox_solver = { version = "0.50.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
acir_field = { version = "0.51.0", path = "acvm-repo/acir_field", default-features = false }
acir = { version = "0.51.0", path = "acvm-repo/acir", default-features = false }
acvm = { version = "0.51.0", path = "acvm-repo/acvm" }
brillig = { version = "0.51.0", path = "acvm-repo/brillig", default-features = false }
brillig_vm = { version = "0.51.0", path = "acvm-repo/brillig_vm", default-features = false }
acvm_blackbox_solver = { version = "0.51.0", path = "acvm-repo/blackbox_solver", default-features = false }
bn254_blackbox_solver = { version = "0.51.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false }

# Noir compiler workspace dependencies
fm = { path = "compiler/fm" }
Expand Down

0 comments on commit 1c06ec8

Please sign in to comment.