From edd2df25c8ad89a8b7e00b095a55ba5ec315b9ac Mon Sep 17 00:00:00 2001 From: Gabriel Lopez Date: Sun, 28 Apr 2024 17:39:39 -0500 Subject: [PATCH] Update Cargo.toml --- contracts/external/cw-abc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/external/cw-abc/Cargo.toml b/contracts/external/cw-abc/Cargo.toml index 3b77b54f3..e6debf6f8 100644 --- a/contracts/external/cw-abc/Cargo.toml +++ b/contracts/external/cw-abc/Cargo.toml @@ -30,7 +30,7 @@ test-tube = [] cw-utils = { workspace = true } cw2 = { workspace = true } cw-storage-plus = { workspace = true } -cosmwasm-std = { workspace = true, features = ["cosmwasm_1_1"] } +cosmwasm-std = { workspace = true } cosmwasm-schema = { workspace = true } cw-address-like = { workspace = true } cw-ownable = { workspace = true }