We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbd842 commit acf0489Copy full SHA for acf0489
packages/test-tube/Cargo.toml
@@ -4,15 +4,15 @@ edition = "2021"
4
license = "MIT OR Apache-2.0"
5
name = "test-tube"
6
repository = "https://github.com/osmosis-labs/test-tube"
7
-version = "0.6.0-alpha.1"
+version = "0.6.0"
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[dependencies]
12
base64 = "0.21.5"
13
cosmrs = {version = "0.15.0", features = ["cosmwasm", "rpc"]}
14
cosmwasm-std = {version = "1.4.0", features = ["stargate"]}
15
-osmosis-std = {git = "https://github.com/osmosis-labs/osmosis-rust.git", branch = "authenticator", optional = true}
+osmosis-std = {version = "0.24.0", optional = true}
16
prost = "0.12.3"
17
serde = "1.0.144"
18
serde_json = "1.0.85"
0 commit comments