Skip to content

Commit

Permalink
fix: defalt-feature -> default-features Cargo.toml (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Oct 14, 2024
1 parent bcdf0bb commit 9527165
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ features = ["fetch-metadata"]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
defalt-features = true
default-features = true

[lints]
workspace = true
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ polkadot-sdk = { workspace = true, features = ["sp-crypto-hashing", "sp-core", "
hex = { workspace = true }

[package.metadata.docs.rs]
defalt-features = true
default-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
defalt-features = true
default-features = true

[lints]
workspace = true
4 changes: 2 additions & 2 deletions lightclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ instant = { workspace = true, optional = true }
getrandom = { workspace = true, optional = true }

[package.metadata.docs.rs]
defalt-features = true
default-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
defalt-features = true
default-features = true
4 changes: 2 additions & 2 deletions signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ polkadot-sdk = { workspace = true, features = ["sp-core", "sp-keyring"] }
ignored = ["getrandom"]

[package.metadata.docs.rs]
defalt-features = true
default-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
defalt-features = true
default-features = true

[lints]
workspace = true

0 comments on commit 9527165

Please sign in to comment.