From d119209a51c3a8ea5c3919d8c252251d6aa664e9 Mon Sep 17 00:00:00 2001 From: Alexander Koptelov Date: Thu, 1 Jun 2023 18:07:24 +0300 Subject: [PATCH] Switch to p2p-messages main branch --- mina-recorder/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mina-recorder/Cargo.toml b/mina-recorder/Cargo.toml index 21addaa..af984e2 100644 --- a/mina-recorder/Cargo.toml +++ b/mina-recorder/Cargo.toml @@ -25,7 +25,7 @@ strace-parse = { git = "https://github.com/openmina/strace-parse.rs.git" } bitflags = { version = "1.3" } prost = { version = "0.11.3" } -mina-p2p-messages = { git = "https://github.com/openmina/mina-p2p-messages-rs.git", branch = "new-types-feb-23" } +mina-p2p-messages = { git = "https://github.com/openmina/mina-p2p-messages-rs.git", branch = "main" } binprot = { git = "https://github.com/openmina/binprot-rs", rev = "ead5ba916725abf8ab212b89985b47c79d1a006a" } capnp = { version = "0.15.2" }