Skip to content

Commit 1a80bbb

Browse files
committed
update test-tube dep version and bump osmosis-test-tube to v20.1.1
1 parent 05ff0e1 commit 1a80bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/osmosis-test-tube/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "osmosis-test-tube"
66
repository = "https://github.com/osmosis-labs/test-tube"
7-
version = "20.1.0"
7+
version = "20.1.1"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
exclude = ["osmosis", "test_artifacts"]
@@ -17,7 +17,7 @@ osmosis-std = "0.20.1"
1717
prost = "0.11.0"
1818
serde = "1.0.144"
1919
serde_json = "1.0.85"
20-
test-tube = {version = "0.1.9", path = "../test-tube", features = ["module-wrappers"]}
20+
test-tube = {version = "0.2.0", path = "../test-tube", features = ["module-wrappers"]}
2121
thiserror = "1.0.34"
2222

2323
[build-dependencies]

0 commit comments

Comments
 (0)