diff --git a/contracts/integration-tests/Cargo.toml b/contracts/integration-tests/Cargo.toml index 214dc8cda0..90475ab933 100644 --- a/contracts/integration-tests/Cargo.toml +++ b/contracts/integration-tests/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[dependencies] +[dev-dependencies] cosmwasm-std = "1.0.0" cw-storage-plus = "0.13.4" cosmwasm-contract-testing = { path = "../../common/cosmwasm-smart-contracts/testing" }