Skip to content

Commit

Permalink
bump version for test-tube and osmosis-test-tube
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Jan 24, 2024
1 parent be0251e commit 1748596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "22.0.0"
version = "22.1.0"
# 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.22.0"
prost = "0.12.3"
serde = "1.0.144"
serde_json = "1.0.85"
test-tube = {version = "0.4.0", path = "../test-tube", features = ["module-wrappers"]}
test-tube = {version = "0.5.0", path = "../test-tube", features = ["module-wrappers"]}
thiserror = "1.0.34"

[features]
Expand Down
2 changes: 1 addition & 1 deletion packages/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 = "test-tube"
repository = "https://github.com/osmosis-labs/test-tube"
version = "0.4.0"
version = "0.5.0"

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

Expand Down

0 comments on commit 1748596

Please sign in to comment.