@@ -49,7 +49,7 @@ ledger = { path = "ledger", package = "mina-tree" }
4949mina-hasher = { git = " https://github.com/openmina/proof-systems" , rev = " c478b19" }
5050mina-signer = { git = " https://github.com/openmina/proof-systems" , rev = " c478b19" }
5151mina-curves = { git = " https://github.com/openmina/proof-systems" , rev = " c478b19" }
52- # mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "c478b19", features = [ "32x9" ] }
52+ # UNCOMMENTED_IN_CI mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "c478b19", features = [ "32x9" ] }
5353o1-utils = { git = " https://github.com/openmina/proof-systems" , rev = " c478b19" }
5454kimchi = { git = " https://github.com/openmina/proof-systems" , rev = " c478b19" }
5555mina-poseidon = {git = " https://github.com/openmina/proof-systems" , rev = " c478b19" }
@@ -67,7 +67,7 @@ static_assertions = "1.1.0"
6767juniper = { version = " 0.16" }
6868
6969ark-ff = { version = " 0.3.0" , features = [ " parallel" , " asm" , " std" ] }
70- # ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std", "32x9" ] }
70+ # UNCOMMENTED_IN_CI ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std", "32x9" ] }
7171
7272
7373[profile .fuzz ]
0 commit comments