@@ -57,13 +57,13 @@ unused_qualifications = "warn"
57
57
[workspace .dependencies ]
58
58
59
59
# ACVM workspace dependencies
60
- acir_field = { version = " 0.55 .0" , path = " acvm-repo/acir_field" , default-features = false }
61
- acir = { version = " 0.55 .0" , path = " acvm-repo/acir" , default-features = false }
62
- acvm = { version = " 0.55 .0" , path = " acvm-repo/acvm" }
63
- brillig = { version = " 0.55 .0" , path = " acvm-repo/brillig" , default-features = false }
64
- brillig_vm = { version = " 0.55 .0" , path = " acvm-repo/brillig_vm" , default-features = false }
65
- acvm_blackbox_solver = { version = " 0.55 .0" , path = " acvm-repo/blackbox_solver" , default-features = false }
66
- bn254_blackbox_solver = { version = " 0.55 .0" , path = " acvm-repo/bn254_blackbox_solver" , default-features = false }
60
+ acir_field = { version = " 1.0.0-beta .0" , path = " acvm-repo/acir_field" , default-features = false }
61
+ acir = { version = " 1.0.0-beta .0" , path = " acvm-repo/acir" , default-features = false }
62
+ acvm = { version = " 1.0.0-beta .0" , path = " acvm-repo/acvm" }
63
+ brillig = { version = " 1.0.0-beta .0" , path = " acvm-repo/brillig" , default-features = false }
64
+ brillig_vm = { version = " 1.0.0-beta .0" , path = " acvm-repo/brillig_vm" , default-features = false }
65
+ acvm_blackbox_solver = { version = " 1.0.0-beta .0" , path = " acvm-repo/blackbox_solver" , default-features = false }
66
+ bn254_blackbox_solver = { version = " 1.0.0-beta .0" , path = " acvm-repo/bn254_blackbox_solver" , default-features = false }
67
67
68
68
# Noir compiler workspace dependencies
69
69
fm = { path = " compiler/fm" }
0 commit comments