changed dependencies to dev-dependencies to calm down our build system

This commit is contained in:
Jędrzej Stuczyński
2023-02-16 15:07:02 +00:00
parent f01713c1ff
commit e5efc18912
+1 -1
View File
@@ -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" }