From a8f9ab88251fef62e2074cbec9555a0845e6f08f Mon Sep 17 00:00:00 2001 From: Kayanski Date: Wed, 22 Nov 2023 16:50:05 +0100 Subject: [PATCH] removed dependencies mock --- packages/cw-orch-mock/Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/cw-orch-mock/Cargo.toml b/packages/cw-orch-mock/Cargo.toml index d58ba7e2a..204668943 100644 --- a/packages/cw-orch-mock/Cargo.toml +++ b/packages/cw-orch-mock/Cargo.toml @@ -9,8 +9,6 @@ description = "Adapter for interacting with cw-multi-test via the cw-orchestrato # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[features] - [dependencies] cw-orch-core = { workspace = true } cosmwasm-std = { workspace = true } @@ -25,8 +23,4 @@ cw20-base = { workspace = true } mock-contract = { path = "../../contracts/mock_contract", features = [ "interface", -] } -anyhow.workspace = true -counter-contract = { path = "../../contracts/counter", features = [ - "interface", -] } +] } \ No newline at end of file