Skip to content

Commit

Permalink
fix build error, enable cosmwasm_1_2 feature for using instantiate2
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed Nov 10, 2023
1 parent 474b1fa commit 3d35065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/sg-ics721/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion packages/ics721/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 3d35065

Please sign in to comment.