Skip to content

Commit

Permalink
set version to 0.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Apr 29, 2024
1 parent 2a33e56 commit 0905923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/provwasm-test-tube/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/test-tube/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0905923

Please sign in to comment.