Skip to content

Commit ff01db8

Browse files
committed
update mina-p2p-messages to work with new berkeley network
1 parent 025d779 commit ff01db8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Cargo.lock

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mina-ipc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ capnpc = { version = "0.15.2" }
1111

1212
[dependencies]
1313
crc64 = { version = "2.0" }
14-
mina-p2p-messages = { git = "https://github.com/openmina/mina-p2p-messages-rs.git", branch = "main" }
14+
mina-p2p-messages = { git = "https://github.com/openmina/openmina.git", rev = "6fb148ba06153a6497173e62bae1a67323fe5f92" }
1515
capnp = { version = "0.15.2" }
1616
blake2 = { version = "0.10.5" }
1717
hex = { version = "0.4.3" }

mina-recorder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ strace-parse = { git = "https://github.com/openmina/strace-parse.rs.git" }
2525
bitflags = { version = "1.3" }
2626

2727
prost = { version = "0.11.3" }
28-
mina-p2p-messages = { git = "https://github.com/openmina/mina-p2p-messages-rs.git", branch = "main" }
28+
mina-p2p-messages = { git = "https://github.com/openmina/openmina.git", rev = "6fb148ba06153a6497173e62bae1a67323fe5f92" }
2929
capnp = { version = "0.15.2" }
3030

3131
salsa20 = { version = "0.10.2" }

0 commit comments

Comments
 (0)