@@ -67,13 +67,13 @@ unused_qualifications = "warn"
67
67
[workspace .dependencies ]
68
68
69
69
# ACVM workspace dependencies
70
- acir_field = { version = " 1.0.0-beta.3 " , path = " acvm-repo/acir_field" , default-features = false }
71
- acir = { version = " 1.0.0-beta.3 " , path = " acvm-repo/acir" , default-features = false }
72
- acvm = { version = " 1.0.0-beta.3 " , path = " acvm-repo/acvm" }
73
- brillig = { version = " 1.0.0-beta.3 " , path = " acvm-repo/brillig" , default-features = false }
74
- brillig_vm = { version = " 1.0.0-beta.3 " , path = " acvm-repo/brillig_vm" , default-features = false }
75
- acvm_blackbox_solver = { version = " 1.0.0-beta.3 " , path = " acvm-repo/blackbox_solver" , default-features = false }
76
- bn254_blackbox_solver = { version = " 1.0.0-beta.3 " , path = " acvm-repo/bn254_blackbox_solver" , default-features = false }
70
+ acir_field = { version = " 1.0.0-beta.4 " , path = " acvm-repo/acir_field" , default-features = false }
71
+ acir = { version = " 1.0.0-beta.4 " , path = " acvm-repo/acir" , default-features = false }
72
+ acvm = { version = " 1.0.0-beta.4 " , path = " acvm-repo/acvm" }
73
+ brillig = { version = " 1.0.0-beta.4 " , path = " acvm-repo/brillig" , default-features = false }
74
+ brillig_vm = { version = " 1.0.0-beta.4 " , path = " acvm-repo/brillig_vm" , default-features = false }
75
+ acvm_blackbox_solver = { version = " 1.0.0-beta.4 " , path = " acvm-repo/blackbox_solver" , default-features = false }
76
+ bn254_blackbox_solver = { version = " 1.0.0-beta.4 " , path = " acvm-repo/bn254_blackbox_solver" , default-features = false }
77
77
78
78
# Noir compiler workspace dependencies
79
79
fm = { path = " compiler/fm" }
0 commit comments