From 1faeb5c7467c9a69ecd5d49f4c84a8d222c47fea Mon Sep 17 00:00:00 2001 From: Romain Ruetschi <106849+romac@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:04:51 +0100 Subject: [PATCH] Use patched `tendermint-proto` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5d3efef9..bbb4cfd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,4 +70,5 @@ borsh = ["dep:borsh"] proto-descriptor = [] [patch.crates-io] +tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs", branch = "romac/missing-serde-proto" } cosmos-sdk-proto = { git = "https://github.com/informalsystems/cosmos-rust", branch = "romac/extract-ibc-proto" }