From e5efc18912eb6eab55ec0b7ef04316cf673c6fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Thu, 16 Feb 2023 15:07:02 +0000 Subject: [PATCH] changed dependencies to dev-dependencies to calm down our build system --- contracts/integration-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }