Skip to content

Commit

Permalink
update test-tube to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Oct 26, 2023
1 parent 5645356 commit d1d057a
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.1.7"
version = "0.1.8"

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

[dependencies]
base64 = "0.13.0"
cosmrs = {version = "0.9.0", features = ["cosmwasm", "rpc"]}
cosmwasm-std = {version = "1.4.0", features = ["stargate"]}
osmosis-std = {version = "0.19.1", optional = true}
osmosis-std = {version = "0.20.1", optional = true}
prost = "0.11.0"
serde = "1.0.144"
serde_json = "1.0.85"
Expand Down

0 comments on commit d1d057a

Please sign in to comment.