Skip to content

Commit f1d1377

Browse files
committed
feat: use latest test-tube
1 parent 22d8dfa commit f1d1377

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hex = { version = "0.4.3", features = [ "serde" ] }
2020
injective-cosmwasm = { version = "0.3.3", path = "./packages/injective-cosmwasm" }
2121
injective-math = { version = "0.3.3", path = "./packages/injective-math" }
2222
injective-std = { version = "1.16.0-beta.2" }
23-
injective-test-tube = { version = "1.16.0-beta.2.1" }
23+
injective-test-tube = { version = "1.16.0-beta.3" }
2424
injective-testing = { version = "1.1.10", path = "./packages/injective-testing" }
2525
primitive-types = { version = "0.12.2", default-features = false }
2626
prost = { version = "0.13.4", features = [ "prost-derive" ] }

packages/injective-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "Apache-2.0"
66
name = "injective-testing"
77
repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-testing"
8-
version = "1.1.10"
8+
version = "1.1.11"
99

1010
[dependencies]
1111
anyhow = { workspace = true }

0 commit comments

Comments
 (0)