Skip to content

Commit 11ca8d0

Browse files
committed
apply patches to Batcher cargo.toml
1 parent ccfc8be commit 11ca8d0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

crates/batcher/Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,15 @@ once_cell = "1.20.2"
3939
warp = "0.3.7"
4040
prometheus = { version = "0.13.4", features = ["process"] }
4141
backon = "1.2.0"
42+
43+
[patch.crates-io]
44+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
45+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
46+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
47+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
48+
49+
[patch.'https://github.com/openmina/algebra']
50+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
51+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
52+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
53+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }

0 commit comments

Comments
 (0)