Skip to content

Commit

Permalink
chore: resolve feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Nov 22, 2024
1 parent 2e02651 commit 52a9f27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions pallets/nfts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors.workspace = true
description = "Fork of FRAME NFTs pallet (polkadot v1.15.0)"
authors = [ "Parity Technologies <[email protected]>", "R0GUE <[email protected]>" ]
description = "Fork of FRAME NFTs pallet"
edition.workspace = true
homepage = "https://substrate.io"
license.workspace = true
Expand All @@ -9,7 +9,6 @@ readme = "README.md"
repository.workspace = true
version = "31.0.0"


[package.metadata.docs.rs]
targets = [ "x86_64-unknown-linux-gnu" ]

Expand All @@ -28,8 +27,8 @@ sp-io.workspace = true
sp-runtime.workspace = true

[dev-dependencies]
pallet-balances = { default-features = true, workspace = true }
sp-keystore = { default-features = true, workspace = true }
pallet-balances.workspace = true
sp-keystore.workspace = true

[features]
default = [ "std" ]
Expand All @@ -46,9 +45,11 @@ std = [
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-balances/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-keystore/std",
"sp-runtime/std",
]
try-runtime = [
Expand Down
4 changes: 2 additions & 2 deletions pallets/nfts/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors.workspace = true
description = "Runtime API for the FRAME NFTs pallet. (polkadot v1.15.0)"
authors = [ "Parity Technologies <[email protected]>", "R0GUE <[email protected]>" ]
description = "Runtime API for the FRAME NFTs pallet."
edition.workspace = true
homepage = "https://substrate.io"
license = "Apache-2.0"
Expand Down

0 comments on commit 52a9f27

Please sign in to comment.