From 547360116b2dfbd21800f6d7b907dfc5128bea26 Mon Sep 17 00:00:00 2001 From: Supanat Potiwarakorn Date: Mon, 15 Jan 2024 15:01:18 +0700 Subject: [PATCH] bump test-tube to v0.4.0 with osmosis-std v0.22.0 --- packages/test-tube/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/test-tube/Cargo.toml b/packages/test-tube/Cargo.toml index 644b09e3..399a274f 100644 --- a/packages/test-tube/Cargo.toml +++ b/packages/test-tube/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT OR Apache-2.0" name = "test-tube" repository = "https://github.com/osmosis-labs/test-tube" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -12,7 +12,7 @@ version = "0.3.0" base64 = "0.21.5" cosmrs = {version = "0.15.0", features = ["cosmwasm", "rpc"]} cosmwasm-std = {version = "1.4.0", features = ["stargate"]} -osmosis-std = {version = "0.21.0", optional = true} +osmosis-std = {version = "0.22.0", optional = true} prost = "0.12.3" serde = "1.0.144" serde_json = "1.0.85"