Skip to content

Commit

Permalink
downgrade prost to keep cosmrs compat
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Sep 7, 2023
1 parent 5489d6f commit 41aa9a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/osmosis-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Standard library for Osmosis with CosmWasm support included"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "osmosis-std"
version = "0.19.0"
version = "0.19.1"

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

Expand All @@ -14,8 +14,8 @@ backtraces = ["cosmwasm-std/backtraces", "osmosis-std-derive/backtraces"]
chrono = {version = "0.4.22", default-features = false}
cosmwasm-std = {version = "1.4.0", features = ["stargate"]}
osmosis-std-derive = {version = "0.16.2", path = "../osmosis-std-derive"}
prost = {version = "0.12.0", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.12.0", default-features = false}
prost = {version = "0.11.0", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.11.0", default-features = false}
schemars = "0.8.8"

# for query
Expand Down

0 comments on commit 41aa9a3

Please sign in to comment.