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 Apr 3, 2024
1 parent f7c9a7a commit 0f9ab55
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
52 changes: 26 additions & 26 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 @@ -52,13 +52,13 @@ repository = "https://github.com/noir-lang/noir/"
[workspace.dependencies]

# ACVM workspace dependencies
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.42.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
acir_field = { version = "0.43.0", path = "acvm-repo/acir_field", default-features = false }
acir = { version = "0.43.0", path = "acvm-repo/acir", default-features = false }
acvm = { version = "0.43.0", path = "acvm-repo/acvm" }
brillig = { version = "0.43.0", path = "acvm-repo/brillig", default-features = false }
brillig_vm = { version = "0.43.0", path = "acvm-repo/brillig_vm", default-features = false }
acvm_blackbox_solver = { version = "0.43.0", path = "acvm-repo/blackbox_solver", default-features = false }
bn254_blackbox_solver = { version = "0.43.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false }

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

0 comments on commit 0f9ab55

Please sign in to comment.