From a471699937138c078d734a2dbfb6301b32417dda Mon Sep 17 00:00:00 2001 From: Pacman Date: Mon, 26 Aug 2024 15:59:28 +0200 Subject: [PATCH] chore: bump rc versions --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- cw-dex-astroport/Cargo.toml | 2 +- cw-dex-osmosis/Cargo.toml | 2 +- cw-dex/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2efdb26..7ebb829 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "cw-dex" -version = "0.6.0-rc.4" +version = "0.6.0-rc.5" dependencies = [ "apollo-cw-asset", "cosmwasm-std", @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "cw-dex-astroport" -version = "0.3.0-rc.1" +version = "0.3.0-rc.2" dependencies = [ "apollo-cw-asset", "apollo-cw-multi-test", @@ -1056,7 +1056,7 @@ dependencies = [ [[package]] name = "cw-dex-osmosis" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" dependencies = [ "apollo-cw-asset", "apollo-utils", diff --git a/Cargo.toml b/Cargo.toml index 568aa3d..b8aa101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ cw-multi-test = "=1.2.0" apollo-cw-multi-test = { version = "0.19.0" ,features = ["stargate"] } # Workspace packages -cw-dex = { path = "cw-dex", version = "0.6.0-rc.4" } +cw-dex = { path = "cw-dex", version = "0.6.0-rc.5" } cw-dex-astroport = { path = "cw-dex-astroport", version = "0.3.0-rc.1" } cw-dex-osmosis = { path = "cw-dex-osmosis", version = "0.2.0-rc.1" } cw-dex-test-contract = { path = "test-contracts/package" } diff --git a/cw-dex-astroport/Cargo.toml b/cw-dex-astroport/Cargo.toml index cd6d2aa..d4bcb27 100644 --- a/cw-dex-astroport/Cargo.toml +++ b/cw-dex-astroport/Cargo.toml @@ -5,7 +5,7 @@ description = "Implementation of the cw-dex API for the Astroport AMM" edition = "2021" license = "MPL-2.0" repository = "https://github.com/apollodao/cw-dex" -version = "0.3.0-rc.1" +version = "0.3.0-rc.2" readme = "README.md" [features] diff --git a/cw-dex-osmosis/Cargo.toml b/cw-dex-osmosis/Cargo.toml index 52892ca..6d49088 100644 --- a/cw-dex-osmosis/Cargo.toml +++ b/cw-dex-osmosis/Cargo.toml @@ -5,7 +5,7 @@ description = "Implementation of the cw-dex API for the Osmosis AMM" edition = "2021" license = "MPL-2.0" repository = "https://github.com/apollodao/cw-dex" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" readme = "README.md" [features] diff --git a/cw-dex/Cargo.toml b/cw-dex/Cargo.toml index ead97ed..c9f7b78 100644 --- a/cw-dex/Cargo.toml +++ b/cw-dex/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MPL-2.0" name = "cw-dex" repository = "https://github.com/apollodao/cw-dex" -version = "0.6.0-rc.4" +version = "0.6.0-rc.5" readme = "README.md" [features]