Skip to content

Commit 978e538

Browse files
committed
fix: version update
1 parent 6a51e17 commit 978e538

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/injective-test-tube/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ injective-std = { version = "=1.16.3-1" }
1717
prost = { version = "0.13.5", features = [ "derive" ] }
1818
serde = "1.0.144"
1919
serde_json = "1.0.140"
20-
test-tube-inj = { path = "../test-tube" }
20+
test-tube-inj = { version = "2.0.8-1", path = "../test-tube" }
2121

2222

2323

2424
[build-dependencies]
25-
bindgen = "0.60.1"
2625
ed25519-zebra = { workspace = true }
26+
bindgen = "0.60.1"
27+
2728

2829

2930
[dev-dependencies]

packages/test-tube/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ version = "2.0.8-1"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12+
ed25519-zebra = { version = "4.1.0", features = ["alloc"] }
1213
base64 = { version = "0.21.7" }
1314
cosmrs = { version = "0.22.0", features = ["cosmwasm", "rpc"] }
1415
cosmwasm-std = { version = "2.2.2", features = ["abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate"] }
1516
prost = { version = "0.13.5", features = ["derive"] }
1617
serde_json = { version = "1.0.140" }
1718
thiserror = { version = "1.0.69" }
1819

19-
[build-dependencies]
20-
ed25519-zebra = { workspace = true }

0 commit comments

Comments
 (0)