diff --git a/Cargo.lock b/Cargo.lock index 7747f89e..71bad8bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ dependencies = [ "cw-storage-plus", "cw-utils", "cw2", - "injective-cosmwasm 0.3.0", + "injective-cosmwasm 0.3.1", "injective-math 0.3.0", "injective-std 1.13.0", "prost 0.12.6", @@ -957,7 +957,7 @@ dependencies = [ "cosmwasm-std 2.1.3", "cw-storage-plus", "cw2", - "injective-cosmwasm 0.3.0", + "injective-cosmwasm 0.3.1", "schemars", "serde 1.0.210", "thiserror", @@ -1567,36 +1567,36 @@ dependencies = [ [[package]] name = "injective-cosmwasm" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23e93e9438844b10add3eb40ed1e8c92689824ac080d207f856412a73551c221" dependencies = [ - "cosmwasm-schema 1.5.7", "cosmwasm-std 2.1.3", "cw-storage-plus", "ethereum-types", "hex", - "injective-math 0.3.0", + "injective-math 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "schemars", "serde 1.0.210", - "serde-json-wasm 1.0.1", "serde_repr", - "serde_test", "subtle-encoding", "tiny-keccak", ] [[package]] name = "injective-cosmwasm" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23e93e9438844b10add3eb40ed1e8c92689824ac080d207f856412a73551c221" +version = "0.3.1" dependencies = [ + "cosmwasm-schema 1.5.7", "cosmwasm-std 2.1.3", "cw-storage-plus", "ethereum-types", "hex", - "injective-math 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "injective-math 0.3.0", "schemars", "serde 1.0.210", + "serde-json-wasm 1.0.1", "serde_repr", + "serde_test", "subtle-encoding", "tiny-keccak", ] @@ -1610,7 +1610,7 @@ dependencies = [ "cosmwasm-std 2.1.3", "cw-storage-plus", "cw2", - "injective-cosmwasm 0.3.0", + "injective-cosmwasm 0.3.1", "injective-math 0.3.0", "injective-std 1.13.0", "injective-test-tube", @@ -1631,7 +1631,7 @@ dependencies = [ "cosmwasm-std 2.1.3", "cw-storage-plus", "cw2", - "injective-cosmwasm 0.3.0", + "injective-cosmwasm 0.3.1", "injective-math 0.3.0", "injective-std 1.13.0", "injective-test-tube", @@ -1738,7 +1738,7 @@ dependencies = [ "cosmrs", "cosmwasm-std 2.1.3", "hex", - "injective-cosmwasm 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "injective-cosmwasm 0.3.0", "injective-std 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.12.6", "serde 1.0.210", @@ -1755,7 +1755,7 @@ dependencies = [ "base64 0.21.7", "cosmwasm-std 2.1.3", "cw-multi-test", - "injective-cosmwasm 0.3.0", + "injective-cosmwasm 0.3.1", "injective-math 0.3.0", "injective-std 1.13.0", "injective-test-tube", diff --git a/packages/injective-cosmwasm/Cargo.toml b/packages/injective-cosmwasm/Cargo.toml index f786073d..971bb7fd 100644 --- a/packages/injective-cosmwasm/Cargo.toml +++ b/packages/injective-cosmwasm/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "injective-cosmwasm" readme = "README.md" repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-cosmwasm" -version = "0.4.0" +version = "0.3.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]