Skip to content

Commit f875469

Browse files
committed
v0.1.1
1 parent f217b7b commit f875469

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.1.0"
6+
version = "0.1.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,13 +3,13 @@ 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.1.0"
6+
version = "0.1.1"
77

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

1010
[dependencies]
1111
cosmos-sdk-proto = {version = "0.12.3", default-features = false}
1212
cosmwasm-std = {version = "1.0.0", features = ["stargate"]}
13-
osmosis-std-derive = {version = "0.1.0", path = "../osmosis-std-derive"}
13+
osmosis-std-derive = {version = "0.1.1", path = "../osmosis-std-derive"}
1414
prost = "0.10.4"
1515
prost-types = "0.10.1"

0 commit comments

Comments
 (0)