From 371e3c849d2631a9f8cf761921d55f8c2126872d Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Thu, 18 Jul 2024 10:25:31 +0200 Subject: [PATCH] Use released crates --- Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dac8d66..3250c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ scale-info = { version = "2.1.2", default-features = false, features = [ borsh = { version = "1", default-features = false, features = ["derive"], optional = true } [dependencies.tendermint-proto] -version = "0.37" +version = "0.38" default-features = false [dev-dependencies] @@ -64,9 +64,3 @@ server = ["std", "dep:tonic", "tonic/codegen", "tonic/transport", "t parity-scale-codec = ["dep:parity-scale-codec", "dep:scale-info"] borsh = ["dep:borsh"] proto-descriptor = [] - - -# FIXME: Remove once both crates are released -[patch.crates-io] -tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs", branch = "prost-0.13+tonic-v0.12" } -ics23 = { git = "https://github.com/cosmos/ics23.git", branch = "rust/release/v0.12.0" }