diff --git a/contracts/sg-ics721/Cargo.toml b/contracts/sg-ics721/Cargo.toml index 0667926d..3bf2602e 100644 --- a/contracts/sg-ics721/Cargo.toml +++ b/contracts/sg-ics721/Cargo.toml @@ -13,7 +13,7 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -cosmwasm-std = { workspace = true, features = ["ibc3", "cosmwasm_1_2"] } +cosmwasm-std = { workspace = true, features = ["ibc3"] } cosmwasm-schema = { workspace = true } cw2 = { workspace = true } ics721 = { workspace = true } diff --git a/packages/ics721/Cargo.toml b/packages/ics721/Cargo.toml index fc9bcb1e..a5c951b9 100644 --- a/packages/ics721/Cargo.toml +++ b/packages/ics721/Cargo.toml @@ -7,7 +7,7 @@ description = "an implementation of the ICS721 specification for transfering NFT [dependencies] bech32 = { workspace = true } -cosmwasm-std = { workspace = true, features = ["ibc3"] } +cosmwasm-std = { workspace = true, features = ["cosmwasm_1_2"] } cosmwasm-schema = { workspace = true } cw-ownable = { workspace = true } cw-storage-plus = { workspace = true }