Skip to content

Commit

Permalink
Remove nft-transfer feature from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Jan 5, 2024
1 parent be30480 commit 5ea1a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibc-apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ ibc-app-transfer = { workspace = true }
ibc-app-nft-transfer = { workspace = true, optional = true, features = [ "std", "serde", "schema", "borsh", "parity-scale-codec" ] }

[features]
default = ["std", "nft-transfer"]
default = ["std"]
std = [
"ibc-app-transfer/std",
"nft-transfer",
]
serde = [
"ibc-app-transfer/serde",
Expand Down

0 comments on commit 5ea1a03

Please sign in to comment.