Skip to content

Commit 458a55e

Browse files
committed
Use commit hashes of Mina Bridge dep instead of branches
1 parent e3b6559 commit 458a55e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

batcher/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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", branch = "openmina_lc_forks" }
8+
mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge.git", rev = "884f28b834b62133384661fdf73c9db283f68c62" }
99
futures-util = "0.3.30"
1010
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }
1111
log = "0.4.21"

operator/mina/lib/Cargo.lock

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bs58 = "0.5.1"
2929
lazy_static = "1.5.0"
3030
blake2 = "0.10.6"
3131
once_cell = "1.19.0"
32-
mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge", branch = "openmina_lc_forks" }
32+
mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge", rev = "884f28b834b62133384661fdf73c9db283f68c62" }
3333
bincode = "1.3.3"
3434

3535
[patch.crates-io]

operator/mina_account/lib/Cargo.lock

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

operator/mina_account/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy_static = "1.5.0"
2727
blake2 = "0.10.6"
2828
once_cell = "1.19.0"
2929
sha3 = "0.10.8"
30-
mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge", branch = "openmina_lc_forks" }
30+
mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge", rev = "884f28b834b62133384661fdf73c9db283f68c62" }
3131
bincode = "1.3.3"
3232
alloy = { version = "0.3.3", features = ["full"] }
3333

0 commit comments

Comments
 (0)