@@ -64,13 +64,13 @@ unused_qualifications = "warn"
6464[workspace .dependencies ]
6565
6666# ACVM workspace dependencies
67- acir_field = { version = " 1.0.0-beta.1 " , path = " acvm-repo/acir_field" , default-features = false }
68- acir = { version = " 1.0.0-beta.1 " , path = " acvm-repo/acir" , default-features = false }
69- acvm = { version = " 1.0.0-beta.1 " , path = " acvm-repo/acvm" }
70- brillig = { version = " 1.0.0-beta.1 " , path = " acvm-repo/brillig" , default-features = false }
71- brillig_vm = { version = " 1.0.0-beta.1 " , path = " acvm-repo/brillig_vm" , default-features = false }
72- acvm_blackbox_solver = { version = " 1.0.0-beta.1 " , path = " acvm-repo/blackbox_solver" , default-features = false }
73- bn254_blackbox_solver = { version = " 1.0.0-beta.1 " , path = " acvm-repo/bn254_blackbox_solver" , default-features = false }
67+ acir_field = { version = " 1.0.0-beta.2 " , path = " acvm-repo/acir_field" , default-features = false }
68+ acir = { version = " 1.0.0-beta.2 " , path = " acvm-repo/acir" , default-features = false }
69+ acvm = { version = " 1.0.0-beta.2 " , path = " acvm-repo/acvm" }
70+ brillig = { version = " 1.0.0-beta.2 " , path = " acvm-repo/brillig" , default-features = false }
71+ brillig_vm = { version = " 1.0.0-beta.2 " , path = " acvm-repo/brillig_vm" , default-features = false }
72+ acvm_blackbox_solver = { version = " 1.0.0-beta.2 " , path = " acvm-repo/blackbox_solver" , default-features = false }
73+ bn254_blackbox_solver = { version = " 1.0.0-beta.2 " , path = " acvm-repo/bn254_blackbox_solver" , default-features = false }
7474
7575# Noir compiler workspace dependencies
7676fm = { path = " compiler/fm" }
0 commit comments