From ad59892b3cb784ca5b343ce3f2a62cd12e49946a Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:42:05 +0200 Subject: [PATCH] Revert "Update Cargo.toml" This reverts commit d8a95d3810ddea730ad5b3e1e1ffe6fb9e80ee3d. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9d609443f0..2e9a393993 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,6 +127,7 @@ serde-json-wasm = "=0.5.0" cosmwasm-storage = "=1.3.0" cosmrs = "=0.14.0" # same version as used by cosmrs +tendermint-rpc = "=0.32" cw-utils = "=1.0.1" cw-storage-plus = "=1.1.0" cw2 = { version = "=1.1.0" }