From 5ab2ab57a48dc47d4f16ad53d0f153e4c99fd704 Mon Sep 17 00:00:00 2001 From: maxrobot Date: Mon, 2 Dec 2024 13:28:10 +0000 Subject: [PATCH] f: update injective-std version to lastest --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- packages/injective-std/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40850110..940fcb09 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.2-auction", + "injective-std 1.13.2", "prost 0.12.6", "schemars", "serde", @@ -970,7 +970,7 @@ dependencies = [ "cw-storage-plus", "cw2", "injective-cosmwasm 0.3.1", - "injective-std 1.13.2-auction", + "injective-std 1.13.2", "schemars", "serde", "thiserror", @@ -1634,7 +1634,7 @@ dependencies = [ "cw2", "injective-cosmwasm 0.3.1", "injective-math 0.3.0", - "injective-std 1.13.2-auction", + "injective-std 1.13.2", "injective-test-tube", "injective-testing", "prost 0.12.6", @@ -1655,7 +1655,7 @@ dependencies = [ "cw2", "injective-cosmwasm 0.3.1", "injective-math 0.3.0", - "injective-std 1.13.2-auction", + "injective-std 1.13.2", "injective-test-tube", "injective-testing", "prost 0.12.6", @@ -1710,7 +1710,7 @@ dependencies = [ [[package]] name = "injective-std" -version = "1.13.2-auction" +version = "1.13.2" dependencies = [ "chrono", "cosmwasm-std 2.1.4", @@ -1779,7 +1779,7 @@ dependencies = [ "cw-multi-test", "injective-cosmwasm 0.3.1", "injective-math 0.3.0", - "injective-std 1.13.2-auction", + "injective-std 1.13.2", "injective-test-tube", "prost 0.12.6", "rand 0.4.6", diff --git a/Cargo.toml b/Cargo.toml index a1539682..3eb88add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ethereum-types = { version = "0.5.2" } hex = { version = "0.4.3", features = [ "serde" ] } injective-cosmwasm = { version = "0.3.0", path = "./packages/injective-cosmwasm" } injective-math = { version = "0.3.0", path = "./packages/injective-math" } -injective-std = { version = "=1.13.2-auction", path = "./packages/injective-std" } +injective-std = { version = "1.13.2", path = "./packages/injective-std" } injective-std-derive = { version = "1.13.0", path = "./packages/injective-std-derive" } injective-test-tube = { version = "1.13.2" } injective-testing = { version = "1.1.0", path = "./packages/injective-testing" } diff --git a/packages/injective-std/Cargo.toml b/packages/injective-std/Cargo.toml index 73d2aaf1..bb15f97c 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.2-auction" +version = "1.13.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html