Skip to content

Commit 2feb310

Browse files
committed
Repatch Arkworks
1 parent 4115688 commit 2feb310

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

operator/mina/lib/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operator/mina/lib/Cargo.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge", branch
3333
bincode = "1.3.3"
3434

3535
[patch.crates-io]
36-
ark-ff = { git = "https://github.com/openmina/algebra", branch = "openmina" }
37-
ark-ec = { git = "https://github.com/openmina/algebra", branch = "openmina" }
38-
ark-poly = { git = "https://github.com/openmina/algebra", branch = "openmina" }
39-
ark-serialize = { git = "https://github.com/openmina/algebra", branch = "openmina" }
36+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
37+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
38+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
39+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
40+
41+
[patch.'https://github.com/openmina/algebra']
42+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
43+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
44+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
45+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }

0 commit comments

Comments
 (0)