We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ff0e1 commit 1a80bbbCopy full SHA for 1a80bbb
packages/osmosis-test-tube/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
4
license = "MIT OR Apache-2.0"
5
name = "osmosis-test-tube"
6
repository = "https://github.com/osmosis-labs/test-tube"
7
-version = "20.1.0"
+version = "20.1.1"
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10
exclude = ["osmosis", "test_artifacts"]
@@ -17,7 +17,7 @@ osmosis-std = "0.20.1"
17
prost = "0.11.0"
18
serde = "1.0.144"
19
serde_json = "1.0.85"
20
-test-tube = {version = "0.1.9", path = "../test-tube", features = ["module-wrappers"]}
+test-tube = {version = "0.2.0", path = "../test-tube", features = ["module-wrappers"]}
21
thiserror = "1.0.34"
22
23
[build-dependencies]
0 commit comments