diff --git a/examples/cosmwasm/contracts/osmosis-stargate/Cargo.toml b/examples/cosmwasm/contracts/osmosis-stargate/Cargo.toml index d364c507..69a2f8c2 100644 --- a/examples/cosmwasm/contracts/osmosis-stargate/Cargo.toml +++ b/examples/cosmwasm/contracts/osmosis-stargate/Cargo.toml @@ -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"]} diff --git a/packages/osmosis-std-derive/Cargo.toml b/packages/osmosis-std-derive/Cargo.toml index d16ed714..5d329fbc 100644 --- a/packages/osmosis-std-derive/Cargo.toml +++ b/packages/osmosis-std-derive/Cargo.toml @@ -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 diff --git a/packages/osmosis-std/Cargo.toml b/packages/osmosis-std/Cargo.toml index 207299c4..302bdab4 100644 --- a/packages/osmosis-std/Cargo.toml +++ b/packages/osmosis-std/Cargo.toml @@ -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}