Skip to content

Commit acf0489

Browse files
committed
bump test-tube version to 0.6
1 parent 5bbd842 commit acf0489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/test-tube/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "test-tube"
66
repository = "https://github.com/osmosis-labs/test-tube"
7-
version = "0.6.0-alpha.1"
7+
version = "0.6.0"
88

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

1111
[dependencies]
1212
base64 = "0.21.5"
1313
cosmrs = {version = "0.15.0", features = ["cosmwasm", "rpc"]}
1414
cosmwasm-std = {version = "1.4.0", features = ["stargate"]}
15-
osmosis-std = {git = "https://github.com/osmosis-labs/osmosis-rust.git", branch = "authenticator", optional = true}
15+
osmosis-std = {version = "0.24.0", optional = true}
1616
prost = "0.12.3"
1717
serde = "1.0.144"
1818
serde_json = "1.0.85"

0 commit comments

Comments
 (0)