Skip to content

Commit

Permalink
bump derive to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Sep 26, 2024
1 parent 9568bef commit 323a3bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/osmosis-std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Procedural macro for osmosis-std"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "osmosis-std-derive"
version = "0.20.1"
version = "0.26.0"

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

Expand All @@ -20,7 +20,7 @@ quote = "1.0.20"
syn = "1.0.98"

[dev-dependencies]
cosmwasm-std = { version = "2.0.0", features = ["stargate"] }
cosmwasm-std = {version = "2.0.0", features = ["stargate"]}
prost = "0.11"
serde = "1.0.142"
trybuild = { version = "1.0.63", features = ["diff"] }
trybuild = {version = "1.0.63", features = ["diff"]}
2 changes: 1 addition & 1 deletion packages/osmosis-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.26.0"
[dependencies]
chrono = {version = "0.4.27", default-features = false}
cosmwasm-std = {version = "2.0.0", features = ["stargate"]}
osmosis-std-derive = {version = "0.20.1", path = "../osmosis-std-derive"}
osmosis-std-derive = {version = "0.26.0", path = "../osmosis-std-derive"}
prost = {version = "0.13.3", default-features = false, features = [
"prost-derive",
]}
Expand Down

0 comments on commit 323a3bc

Please sign in to comment.