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 10, 2024
1 parent 2200277 commit 95a23f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 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.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 }
acir_field = { version = "0.44.0", path = "acvm-repo/acir_field", default-features = false }
acir = { version = "0.44.0", path = "acvm-repo/acir", default-features = false }
acvm = { version = "0.44.0", path = "acvm-repo/acvm" }
brillig = { version = "0.44.0", path = "acvm-repo/brillig", default-features = false }
brillig_vm = { version = "0.44.0", path = "acvm-repo/brillig_vm", default-features = false }
acvm_blackbox_solver = { version = "0.44.0", path = "acvm-repo/blackbox_solver", default-features = false }
bn254_blackbox_solver = { version = "0.44.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 95a23f9

Please sign in to comment.