From 54fa6b10240914e5aed09a996d2f16061c7c98fb Mon Sep 17 00:00:00 2001 From: Sturdy <91910406+apollo-sturdy@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:28:50 +0100 Subject: [PATCH] fix: add astroport-incentives to feature astroport-multi-testcargo --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a359e5..bbef324 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "cw-it" -version = "0.3.0-rc.2" +version = "0.3.0-rc.3" dependencies = [ "anyhow", "apollo-cw-multi-test", diff --git a/Cargo.toml b/Cargo.toml index 80f2a0b..fcfec3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw-it" -version = "0.3.0-rc.2" +version = "0.3.0-rc.3" authors = ["Pacman ", "Sturdy "] edition = "2021" license = "MPL-2.0" @@ -54,6 +54,7 @@ astroport-multi-test = [ "astroport-whitelist", "astroport-liquidity-manager", "astroport-pair-concentrated", + "astroport-incentives" ] osmosis-test-tube = ["dep:osmosis-test-tube"]