From 09059232fb42050a9e9e4dd598d033d4799a03d2 Mon Sep 17 00:00:00 2001 From: kwt <4344285+kwtalley@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:35:53 -0500 Subject: [PATCH] set version to 0.1.0-rc1 --- packages/provwasm-test-tube/Cargo.toml | 4 ++-- packages/test-tube/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/provwasm-test-tube/Cargo.toml b/packages/provwasm-test-tube/Cargo.toml index c417548..8f111d2 100644 --- a/packages/provwasm-test-tube/Cargo.toml +++ b/packages/provwasm-test-tube/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "provwasm-test-tube" -version = "0.1.0" +version = "0.1.0-rc1" repository = "https://github.com/provenance-io/provwasm-test-tube" edition = "2021" license = "Apache-2.0" @@ -20,7 +20,7 @@ provwasm-std = { version = "2.2.0" } prost = { version = "0.11.9", default-features = false, features = ["prost-derive"] } serde = "1.0.197" serde_json = "1.0.115" -test-tube-prov = { version = "0.1.0", path = "../test-tube" } +test-tube-prov = { version = "0.1.0-rc1", path = "../test-tube" } thiserror = "1.0.58" [build-dependencies] diff --git a/packages/test-tube/Cargo.toml b/packages/test-tube/Cargo.toml index 4fefa86..ad11778 100644 --- a/packages/test-tube/Cargo.toml +++ b/packages/test-tube/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-tube-prov" -version = "0.1.0" +version = "0.1.0-rc1" repository = "https://github.com/provenance-io/provwasm-test-tube" edition = "2021" license = "Apache-2.0"