Skip to content

Commit

Permalink
bump test-tube to v0.4.0 with osmosis-std v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Jan 15, 2024
1 parent 2abad6b commit 5473601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/test-tube/Cargo.toml
Original file line number Diff line number Diff line change
@@ -4,15 +4,15 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "test-tube"
repository = "https://github.com/osmosis-labs/test-tube"
version = "0.3.0"
version = "0.4.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.21.5"
cosmrs = {version = "0.15.0", features = ["cosmwasm", "rpc"]}
cosmwasm-std = {version = "1.4.0", features = ["stargate"]}
osmosis-std = {version = "0.21.0", optional = true}
osmosis-std = {version = "0.22.0", optional = true}
prost = "0.12.3"
serde = "1.0.144"
serde_json = "1.0.85"

0 comments on commit 5473601

Please sign in to comment.