Skip to content

Commit

Permalink
fix: bump cosmwasm-std (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x authored Apr 24, 2024
1 parent dfa1184 commit a3dc3a2
Show file tree
Hide file tree
Showing 19 changed files with 53 additions and 53 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ repository = "https://github.com/White-Whale-Defi-Platform/migaloo-core"
publish = false

[workspace.dependencies]
cosmwasm-schema = "1.1.4"
cosmwasm-std = { version = "1.1.4", features = ["iterator"] }
cosmwasm-schema = "1.5.4"
cosmwasm-std = { version = "1.5.4", features = ["iterator"] }
cw2 = "1.0.1"
cw20 = "1.0.1"
cw20-base = { version = "1.1.0", features = ["library"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/liquidity_hub/fee-distributor-mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fee-distributor-mock"
version = "0.1.0"
version = "0.1.1"
authors = ["Kerber0x <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion contracts/liquidity_hub/fee_collector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fee_collector"
version = "1.1.5"
version = "1.1.6"
authors = ["Kerber0x <[email protected]>"]
edition.workspace = true
description = "Contract to collect the fees accrued by the pools and vaults in the liquidity hub"
Expand Down
2 changes: 1 addition & 1 deletion contracts/liquidity_hub/fee_distributor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fee_distributor"
version = "0.9.2"
version = "0.9.3"
authors = ["Kerber0x <[email protected]>"]
edition.workspace = true
description = "Contract to distribute the fees collected by the Fee Collector."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frontend-helper"
version = "1.0.0"
version = "1.0.1"
authors = ["kaimen-sano <[email protected]>"]
edition.workspace = true
description = "A helper contract to pair the pool network to the incentive contracts"
Expand Down
2 changes: 1 addition & 1 deletion contracts/liquidity_hub/pool-network/incentive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "incentive"
version = "1.0.6"
version = "1.0.7"
authors = ["kaimen-sano <[email protected]>"]
edition.workspace = true
description = "An incentive manager for an LP token"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "incentive-factory"
version = "1.0.1"
version = "1.0.2"
authors = ["kaimen-sano <[email protected]>"]
edition.workspace = true
description = "The incentive factory to create all incentives"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stableswap-3pool"
version = "1.2.4"
version = "1.2.5"
authors = ["Adam J. Weigold <[email protected]>"]
edition.workspace = true
license.workspace = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "terraswap-factory"
version = "1.2.3"
version = "1.2.4"
authors = [
"Terraform Labs, PTE.",
"DELIGHT LABS",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "terraswap-pair"
version = "1.3.6"
version = "1.3.7"
authors = [
"Terraform Labs, PTE.",
"DELIGHT LABS",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "terraswap-router"
version = "1.1.1"
version = "1.1.2"
authors = [
"Terraform Labs, PTE.",
"DELIGHT LABS",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "terraswap-token"
version = "1.0.2"
version = "1.0.3"
authors = ["Terraform Labs, PTE.", "DELIGHT LABS"]
edition.workspace = true
description = "Backward compatible implementation of a CosmWasm-20 compliant token"
Expand Down
2 changes: 1 addition & 1 deletion contracts/liquidity_hub/vault-network/vault/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vault"
version = "1.2.6"
version = "1.2.7"
authors = ["kaimen-sano <[email protected]>"]
edition.workspace = true
description = "Contract to handle a single vault that controls an asset"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vault_factory"
version = "1.1.3"
version = "1.1.4"
authors = [
"kaimen-sano <[email protected]>, Kerber0x <[email protected]>",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vault_router"
version = "1.1.6"
version = "1.1.7"
authors = [
"kaimen-sano <[email protected]>, Kerber0x <[email protected]>",
]
Expand Down
2 changes: 1 addition & 1 deletion contracts/liquidity_hub/whale_lair/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whale-lair"
version = "0.9.1"
version = "0.9.2"
authors = ["Kerber0x <[email protected]>"]
edition.workspace = true
description = "The Whale Lair is a bonding contract used to bond WHALE LSDs."
Expand Down
2 changes: 1 addition & 1 deletion packages/white-whale-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "white-whale-std"
version = "1.1.2"
version = "1.1.3"
edition.workspace = true
authors = [
"Kerber0x <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/white-whale-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "white-whale-testing"
version = "1.0.0"
version = "1.0.1"
edition.workspace = true
authors = ["Kerber0x <[email protected]>"]
description = "Common White Whale types and utils for testing"
Expand Down

0 comments on commit a3dc3a2

Please sign in to comment.