From e68f9e7d9e40f53c139fedc3f7e9ff9e962282d5 Mon Sep 17 00:00:00 2001 From: maxrobot Date: Wed, 15 Jan 2025 11:10:15 +0000 Subject: [PATCH] bump version --- Cargo.lock | 12 ++++++------ packages/injective-std/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f139af9a..04f2b66e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ "cw2", "injective-cosmwasm 0.3.1", "injective-math 0.3.0", - "injective-std 1.13.5", + "injective-std 1.13.6", "prost 0.13.4", "schemars", "serde", @@ -983,7 +983,7 @@ dependencies = [ "cw-storage-plus", "cw2", "injective-cosmwasm 0.3.1", - "injective-std 1.13.5", + "injective-std 1.13.6", "schemars", "serde", "thiserror 1.0.69", @@ -1770,7 +1770,7 @@ dependencies = [ "cw2", "injective-cosmwasm 0.3.1", "injective-math 0.3.0", - "injective-std 1.13.5", + "injective-std 1.13.6", "injective-test-tube", "injective-testing", "prost 0.13.4", @@ -1791,7 +1791,7 @@ dependencies = [ "cw2", "injective-cosmwasm 0.3.1", "injective-math 0.3.0", - "injective-std 1.13.5", + "injective-std 1.13.6", "injective-test-tube", "injective-testing", "prost 0.13.4", @@ -1846,7 +1846,7 @@ dependencies = [ [[package]] name = "injective-std" -version = "1.13.5" +version = "1.13.6" dependencies = [ "chrono", "cosmwasm-std 2.2.0", @@ -1915,7 +1915,7 @@ dependencies = [ "cw-multi-test", "injective-cosmwasm 0.3.1", "injective-math 0.3.0", - "injective-std 1.13.5", + "injective-std 1.13.6", "injective-test-tube", "prost 0.13.4", "rand 0.4.6", diff --git a/packages/injective-std/Cargo.toml b/packages/injective-std/Cargo.toml index 24ba6fa1..6b1f1a7e 100644 --- a/packages/injective-std/Cargo.toml +++ b/packages/injective-std/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "injective-std" readme = "README.md" repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-std" -version = "1.13.5" +version = "1.13.6" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html