Skip to content

Commit e881bc4

Browse files
committed
Use rev instead of branch for OM and Bridge deps
1 parent cebeee7 commit e881bc4

File tree

8 files changed

+347
-500
lines changed

8 files changed

+347
-500
lines changed

batcher/Cargo.lock

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

batcher/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ members = ["aligned-batcher", "aligned-sdk", "aligned", "aligned-task-sender"]
33
resolver = "2"
44

55
[patch.crates-io]
6-
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
7-
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
8-
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
9-
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
6+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
7+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
8+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
9+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
1010

1111
[patch.'https://github.com/openmina/algebra']
12-
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
13-
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
14-
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
15-
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
12+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
13+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
14+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }
15+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", rev = "017531e7aaa15a2c856532b0843876e371b01122" }

batcher/aligned-batcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
tokio-tungstenite = "0.21.0"
8-
mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge.git", rev = "884f28b834b62133384661fdf73c9db283f68c62" }
8+
mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge.git", rev = "a4498abb345d68dbb699ff38ef698800879231f8" }
99
futures-util = "0.3.30"
1010
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }
1111
log = "0.4.21"

0 commit comments

Comments
 (0)