Skip to content

Commit

Permalink
update test-tube dep version and bump osmosis-test-tube to v20.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Oct 26, 2023
1 parent 05ff0e1 commit 1a80bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/osmosis-test-tube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "osmosis-test-tube"
repository = "https://github.com/osmosis-labs/test-tube"
version = "20.1.0"
version = "20.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[build-dependencies]
Expand Down

0 comments on commit 1a80bbb

Please sign in to comment.