From ee44fb3fb2cbf90fd151d407dfb60a4c650c2fb4 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Wed, 7 Aug 2024 18:46:11 +0000 Subject: [PATCH] Revert tendermint dependencies to v0.38 --- ci/no-std-check/Cargo.toml | 6 +++--- cosmwasm/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/no-std-check/Cargo.toml b/ci/no-std-check/Cargo.toml index 945d54b65..01318c4ea 100644 --- a/ci/no-std-check/Cargo.toml +++ b/ci/no-std-check/Cargo.toml @@ -11,9 +11,9 @@ ibc-proto = { version = "0.47", default-features = false, features = [ "borsh", "serde", ] } -tendermint = { version = "0.39", default-features = false } -tendermint-proto = { version = "0.39", default-features = false } -tendermint-light-client-verifier = { version = "0.39", default-features = false, features = [ "rust-crypto" ] } +tendermint = { version = "0.38", default-features = false } +tendermint-proto = { version = "0.38", default-features = false } +tendermint-light-client-verifier = { version = "0.38", default-features = false, features = [ "rust-crypto" ] } sp-core = { version = "34.0", default-features = false, optional = true } sp-io = { version = "37.0", default-features = false, optional = true } diff --git a/cosmwasm/Cargo.toml b/cosmwasm/Cargo.toml index fb79f0cb4..64b072a18 100644 --- a/cosmwasm/Cargo.toml +++ b/cosmwasm/Cargo.toml @@ -34,5 +34,5 @@ ibc-client-wasm-types = { version = "0.53.0", path = "./../ibc-clients/ics08-was ibc-testkit = { version = "0.53.0", path = "./../ibc-testkit", default-features = false } # cosmos dependencies -tendermint = { version = "0.39.0", default-features = false } -tendermint-testgen = { version = "0.39.0", default-features = false } +tendermint = { version = "0.38.0", default-features = false } +tendermint-testgen = { version = "0.38.0", default-features = false }