Skip to content

Commit

Permalink
bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Sep 7, 2022
1 parent 12d81c6 commit 4da9313
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cosmwasm/contracts/osmosis-stargate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cosmwasm-storage = "1.0.0"
cw-storage-plus = "0.13.2"
cw2 = "0.13.2"
osmo-bindings = "0.5.1"
osmosis-std = {path = "../../../../packages/osmosis-std", version = "0.1.2"}
osmosis-std = {path = "../../../../packages/osmosis-std", version = "0.1.6"}
prost = "0.10.4"
schemars = "0.8.8"
serde = {version = "1.0.137", default-features = false, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion packages/osmosis-std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Procedural macro for osmosis-std"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "osmosis-std-derive"
version = "0.1.3"
version = "0.1.6"

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

Expand Down
4 changes: 2 additions & 2 deletions packages/osmosis-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ description = "Standard library for Osmosis with CosmWasm support included"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "osmosis-std"
version = "0.1.3"
version = "0.1.6"

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

[dependencies]
cosmwasm-std = {version = "1.0.0", features = ["stargate"]}
osmosis-std-derive = {version = "0.1.1", path = "../osmosis-std-derive"}
osmosis-std-derive = {version = "0.1.6", path = "../osmosis-std-derive"}
prost = {version = "0.10.4", default-features = false, features = ["prost-derive"]}
schemars = "0.8.8"
prost-types = {version = "0.10.1", default-features = false}
Expand Down

0 comments on commit 4da9313

Please sign in to comment.