Skip to content

Commit

Permalink
bump test-tube v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Dec 15, 2023
1 parent c51b30e commit e3c2e25
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
Expand Up @@ -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-beta.1"
version = "0.3.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-beta.2", optional = true}
osmosis-std = {version = "0.21.0", optional = true}
prost = "0.12.3"
serde = "1.0.144"
serde_json = "1.0.85"
Expand Down

0 comments on commit e3c2e25

Please sign in to comment.