From c1052f3e1bfe7031282c664f86fadcc436b1300d Mon Sep 17 00:00:00 2001 From: betterclever Date: Thu, 9 Nov 2023 08:59:38 +0530 Subject: [PATCH] promote to v1 --- packages/persistence-test-tube/Cargo.toml | 6 +++--- packages/test-tube-x/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/persistence-test-tube/Cargo.toml b/packages/persistence-test-tube/Cargo.toml index 8f518a84..eb830159 100644 --- a/packages/persistence-test-tube/Cargo.toml +++ b/packages/persistence-test-tube/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT OR Apache-2.0" name = "persistence-test-tube" repository = "https://github.com/persistenceOne/test-tube" -version = "1.0.0-beta1" +version = "1.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html exclude = ["persistenceCore", "test_artifacts"] @@ -13,11 +13,11 @@ exclude = ["persistenceCore", "test_artifacts"] base64 = "0.13.0" cosmrs = {version = "0.15.0", features = ["cosmwasm"]} cosmwasm-std = "1.4.0" -persistence-std = "1.0.0-beta1" +persistence-std = "1.0.0" prost = "0.12.0" serde = "1.0.144" serde_json = "1.0.85" -test-tube-x = {version = "1.0.0-beta1", path = "../test-tube-x", features = ["module-wrappers"]} +test-tube-x = {version = "1.0.0", path = "../test-tube-x", features = ["module-wrappers"]} thiserror = "1.0.34" [build-dependencies] diff --git a/packages/test-tube-x/Cargo.toml b/packages/test-tube-x/Cargo.toml index 782bb215..ebaeb3f2 100644 --- a/packages/test-tube-x/Cargo.toml +++ b/packages/test-tube-x/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT OR Apache-2.0" name = "test-tube-x" repository = "https://github.com/persistenceCore/test-tube" -version = "1.0.0-beta1" +version = "1.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -12,7 +12,7 @@ version = "1.0.0-beta1" base64 = "0.13.0" cosmrs = {version = "0.15.0", features = ["cosmwasm", "rpc"]} cosmwasm-std = {version = "1.4.0", features = ["stargate"]} -persistence-std = {version = "1.0.0-beta1", optional = true} +persistence-std = {version = "1.0.0", optional = true} prost = "0.12.0" serde = "1.0.144" serde_json = "1.0.85"