Skip to content

Commit

Permalink
removed dependencies mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Nov 22, 2023
1 parent 6007f3e commit a8f9ab8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/cw-orch-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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",
] }
] }

0 comments on commit a8f9ab8

Please sign in to comment.