@@ -84,13 +84,13 @@ uninlined_format_args = "warn"
84
84
[workspace .dependencies ]
85
85
86
86
# ACVM workspace dependencies
87
- acir_field = { version = " 1.0.0-beta.10 " , path = " acvm-repo/acir_field" , default-features = false }
88
- acir = { version = " 1.0.0-beta.10 " , path = " acvm-repo/acir" , default-features = false }
89
- acvm = { version = " 1.0.0-beta.10 " , path = " acvm-repo/acvm" }
90
- brillig = { version = " 1.0.0-beta.10 " , path = " acvm-repo/brillig" , default-features = false }
91
- brillig_vm = { version = " 1.0.0-beta.10 " , path = " acvm-repo/brillig_vm" , default-features = false }
92
- acvm_blackbox_solver = { version = " 1.0.0-beta.10 " , path = " acvm-repo/blackbox_solver" , default-features = false }
93
- bn254_blackbox_solver = { version = " 1.0.0-beta.10 " , path = " acvm-repo/bn254_blackbox_solver" , default-features = false }
87
+ acir_field = { version = " 1.0.0-beta.11 " , path = " acvm-repo/acir_field" , default-features = false }
88
+ acir = { version = " 1.0.0-beta.11 " , path = " acvm-repo/acir" , default-features = false }
89
+ acvm = { version = " 1.0.0-beta.11 " , path = " acvm-repo/acvm" }
90
+ brillig = { version = " 1.0.0-beta.11 " , path = " acvm-repo/brillig" , default-features = false }
91
+ brillig_vm = { version = " 1.0.0-beta.11 " , path = " acvm-repo/brillig_vm" , default-features = false }
92
+ acvm_blackbox_solver = { version = " 1.0.0-beta.11 " , path = " acvm-repo/blackbox_solver" , default-features = false }
93
+ bn254_blackbox_solver = { version = " 1.0.0-beta.11 " , path = " acvm-repo/bn254_blackbox_solver" , default-features = false }
94
94
95
95
# Noir compiler workspace dependencies
96
96
fm = { path = " compiler/fm" }
0 commit comments