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
kevaundray committed Mar 22, 2024
1 parent a50a072 commit 605378a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ repository = "https://github.com/noir-lang/noir/"
[workspace.dependencies]

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

# Noir compiler workspace dependencies
Expand Down

0 comments on commit 605378a

Please sign in to comment.