File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Standard library for Osmosis with CosmWasm support included"
3
3
edition = " 2021"
4
4
license = " MIT OR Apache-2.0"
5
5
name = " osmosis-std"
6
- version = " 0.19.0 "
6
+ version = " 0.19.1 "
7
7
8
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
9
@@ -14,8 +14,8 @@ backtraces = ["cosmwasm-std/backtraces", "osmosis-std-derive/backtraces"]
14
14
chrono = {version = " 0.4.22" , default-features = false }
15
15
cosmwasm-std = {version = " 1.4.0" , features = [" stargate" ]}
16
16
osmosis-std-derive = {version = " 0.16.2" , path = " ../osmosis-std-derive" }
17
- prost = {version = " 0.12 .0" , default-features = false , features = [" prost-derive" ]}
18
- prost-types = {version = " 0.12 .0" , default-features = false }
17
+ prost = {version = " 0.11 .0" , default-features = false , features = [" prost-derive" ]}
18
+ prost-types = {version = " 0.11 .0" , default-features = false }
19
19
schemars = " 0.8.8"
20
20
21
21
# for query
You can’t perform that action at this time.
0 commit comments