File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Procedural macro for osmosis-std"
33edition = " 2021"
44license = " MIT OR Apache-2.0"
55name = " osmosis-std-derive"
6- version = " 0.15.2 "
6+ version = " 0.15.3 "
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ description = "Standard library for Osmosis with CosmWasm support included"
33edition = " 2021"
44license = " MIT OR Apache-2.0"
55name = " osmosis-std"
6- version = " 0.15.2 "
6+ version = " 0.15.3 "
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99
1010[dependencies ]
1111chrono = {version = " 0.4.22" , default-features = false }
1212cosmwasm-std = {version = " 1.1.2" , features = [" stargate" ]}
13- osmosis-std-derive = {version = " 0.15.2 " , path = " ../osmosis-std-derive" }
13+ osmosis-std-derive = {version = " 0.15.3 " , path = " ../osmosis-std-derive" }
1414prost = {version = " 0.11.0" , default-features = false , features = [" prost-derive" ]}
1515prost-types = {version = " 0.11.1" , default-features = false }
1616schemars = " 0.8.8"
You can’t perform that action at this time.
0 commit comments