Skip to content

Commit

Permalink
use library feature when importing sg721-base
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Sep 19, 2022
1 parent 8f732ac commit 01c4403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/nft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cw2 = "0.13"
cw721 = "0.13"
sg721 = "0.14"
# TODO: update once published on crates.io
sg721-base = { git = "https://github.com/public-awesome/launchpad", rev = "4183957" }
sg721-base = { git = "https://github.com/public-awesome/launchpad", rev = "4183957", features = ["library"] }
# TODO: update once published on crates.io
sg-metadata = { git = "https://github.com/public-awesome/launchpad", rev = "4183957" }
sg-std = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/badges/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ schemars = "0.8"
serde = { version = "1.0", default-features = false, features = ["derive"] }
sg721 = "0.14"
# TODO: update once published on crates.io
sg721-base = { git = "https://github.com/public-awesome/launchpad", rev = "4183957" }
sg721-base = { git = "https://github.com/public-awesome/launchpad", rev = "4183957", features = ["library"] }
# TODO: update once published on crates.io
sg-metadata = { git = "https://github.com/public-awesome/launchpad", rev = "4183957" }

0 comments on commit 01c4403

Please sign in to comment.