@@ -51,23 +51,21 @@ mina-p2p-messages = { path = "mina-p2p-messages" }
51
51
poseidon = { path = " poseidon" }
52
52
53
53
# UNCOMMENTED_IN_CI mina-curves = { git = "https://github.com/openmina/proof-systems", branch = "rebase-openmina", features = [ "32x9" ] }
54
- kimchi = { git = " https://github.com/openmina/proof-systems" , branch = " rebase-openmina" }
55
- kimchi-stubs = { git = " https://github.com/openmina/proof-systems" , branch = " rebase-openmina" }
56
- mina-curves = { git = " https://github.com/openmina/proof-systems" , branch = " rebase-openmina" }
57
- mina-hasher = { git = " https://github.com/openmina/proof-systems" , branch = " rebase-openmina" }
58
- mina-poseidon = { git = " https://github.com/openmina/proof-systems" , branch = " rebase-openmina" }
59
- mina-signer = { git = " https://github.com/openmina/proof-systems" , branch = " rebase-openmina" }
60
- o1-utils = { git = " https://github.com/openmina/proof-systems" , branch = " rebase-openmina" }
61
- poly-commitment = { git = " https://github.com/openmina/proof-systems" , branch = " rebase-openmina" }
62
-
63
- # kimchi.path = "../deps/proof-systems/kimchi"
64
- # kimchi-stubs.path = "../deps/proof-systems/kimchi-stubs"
65
- # mina-curves.path = "../deps/proof-systems/curves"
66
- # mina-hasher.path = "../deps/proof-systems/hasher"
67
- # mina-poseidon.path = "../deps/proof-systems/poseidon"
68
- # mina-signer.path = "../deps/proof-systems/signer"
69
- # o1-utils.path = "../deps/proof-systems/utils"
70
- # poly-commitment.path = "../deps/proof-systems/poly-commitment"
54
+ # kimchi = { git = "https://github.com/openmina/proof-systems", branch = "rebase-openmina" }
55
+ # mina-curves = { git = "https://github.com/openmina/proof-systems", branch = "rebase-openmina" }
56
+ # mina-hasher = { git = "https://github.com/openmina/proof-systems", branch = "rebase-openmina" }
57
+ # mina-poseidon = { git = "https://github.com/openmina/proof-systems", branch = "rebase-openmina" }
58
+ # mina-signer = { git = "https://github.com/openmina/proof-systems", branch = "rebase-openmina" }
59
+ # o1-utils = { git = "https://github.com/openmina/proof-systems", branch = "rebase-openmina" }
60
+ # poly-commitment = { git = "https://github.com/openmina/proof-systems", branch = "rebase-openmina" }
61
+
62
+ kimchi.path = " ../deps/proof-systems/kimchi"
63
+ mina-curves.path = " ../deps/proof-systems/curves"
64
+ mina-hasher.path = " ../deps/proof-systems/hasher"
65
+ mina-poseidon.path = " ../deps/proof-systems/poseidon"
66
+ mina-signer.path = " ../deps/proof-systems/signer"
67
+ o1-utils.path = " ../deps/proof-systems/utils"
68
+ poly-commitment.path = " ../deps/proof-systems/poly-commitment"
71
69
72
70
juniper = { version = " 0.16" }
73
71
libp2p = { git = " https://github.com/openmina/rust-libp2p" , rev = " 5c44c7d9" , default-features = false }
0 commit comments