Skip to content

Commit 323a3bc

Browse files
committed
bump derive to 0.26.0
1 parent 9568bef commit 323a3bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/osmosis-std-derive/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Procedural macro for osmosis-std"
33
edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "osmosis-std-derive"
6-
version = "0.20.1"
6+
version = "0.26.0"
77

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

@@ -20,7 +20,7 @@ quote = "1.0.20"
2020
syn = "1.0.98"
2121

2222
[dev-dependencies]
23-
cosmwasm-std = { version = "2.0.0", features = ["stargate"] }
23+
cosmwasm-std = {version = "2.0.0", features = ["stargate"]}
2424
prost = "0.11"
2525
serde = "1.0.142"
26-
trybuild = { version = "1.0.63", features = ["diff"] }
26+
trybuild = {version = "1.0.63", features = ["diff"]}

packages/osmosis-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "0.26.0"
1313
[dependencies]
1414
chrono = {version = "0.4.27", default-features = false}
1515
cosmwasm-std = {version = "2.0.0", features = ["stargate"]}
16-
osmosis-std-derive = {version = "0.20.1", path = "../osmosis-std-derive"}
16+
osmosis-std-derive = {version = "0.26.0", path = "../osmosis-std-derive"}
1717
prost = {version = "0.13.3", default-features = false, features = [
1818
"prost-derive",
1919
]}

0 commit comments

Comments
 (0)