Skip to content

Commit 871dd56

Browse files
committed
bump version to v0.20.1
1 parent 5a163ea commit 871dd56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/osmosis-std-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Procedural macro for osmosis-std"
33
edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "osmosis-std-derive"
6-
version = "0.16.2"
6+
version = "0.20.1"
77

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

packages/osmosis-std/Cargo.toml

Lines changed: 2 additions & 2 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.2"
6+
version = "0.20.1"
77

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

@@ -13,7 +13,7 @@ backtraces = ["cosmwasm-std/backtraces", "osmosis-std-derive/backtraces"]
1313
[dependencies]
1414
chrono = {version = "0.4.27", default-features = false}
1515
cosmwasm-std = {version = "1.4.0", features = ["stargate"]}
16-
osmosis-std-derive = {version = "0.16.2", path = "../osmosis-std-derive"}
16+
osmosis-std-derive = {version = "0.20.1", path = "../osmosis-std-derive"}
1717
prost = {version = "0.11.0", default-features = false, features = ["prost-derive"]}
1818
prost-types = {version = "0.11.0", default-features = false}
1919
schemars = "0.8.8"

0 commit comments

Comments
 (0)