Skip to content

Commit 41aa9a3

Browse files
committed
downgrade prost to keep cosmrs compat
1 parent 5489d6f commit 41aa9a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/osmosis-std/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Standard library for Osmosis with CosmWasm support included"
33
edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "osmosis-std"
6-
version = "0.19.0"
6+
version = "0.19.1"
77

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

@@ -14,8 +14,8 @@ backtraces = ["cosmwasm-std/backtraces", "osmosis-std-derive/backtraces"]
1414
chrono = {version = "0.4.22", default-features = false}
1515
cosmwasm-std = {version = "1.4.0", features = ["stargate"]}
1616
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}
1919
schemars = "0.8.8"
2020

2121
# for query

0 commit comments

Comments
 (0)