From 17485964a2f5a3bb7ad174c335dd6f8827843845 Mon Sep 17 00:00:00 2001 From: Supanat Potiwarakorn Date: Wed, 24 Jan 2024 13:41:36 +0700 Subject: [PATCH] bump version for test-tube and osmosis-test-tube --- packages/osmosis-test-tube/Cargo.toml | 4 ++-- packages/test-tube/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/osmosis-test-tube/Cargo.toml b/packages/osmosis-test-tube/Cargo.toml index a20385a..6182fd2 100644 --- a/packages/osmosis-test-tube/Cargo.toml +++ b/packages/osmosis-test-tube/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT OR Apache-2.0" name = "osmosis-test-tube" repository = "https://github.com/osmosis-labs/test-tube" -version = "22.0.0" +version = "22.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html exclude = ["osmosis", "test_artifacts"] @@ -17,7 +17,7 @@ osmosis-std = "0.22.0" prost = "0.12.3" serde = "1.0.144" serde_json = "1.0.85" -test-tube = {version = "0.4.0", path = "../test-tube", features = ["module-wrappers"]} +test-tube = {version = "0.5.0", path = "../test-tube", features = ["module-wrappers"]} thiserror = "1.0.34" [features] diff --git a/packages/test-tube/Cargo.toml b/packages/test-tube/Cargo.toml index 375c501..2961679 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.4.0" +version = "0.5.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html