Skip to content

Commit

Permalink
promote to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
betterclever committed Nov 9, 2023
1 parent 265827a commit c1052f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/persistence-test-tube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions packages/test-tube-x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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

[dependencies]
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"
Expand Down

0 comments on commit c1052f3

Please sign in to comment.