mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
fix: defalt-feature -> default-features Cargo.toml (#1828)
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ features = ["fetch-metadata"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[package.metadata.playground]
|
||||
defalt-features = true
|
||||
default-features = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
+2
-2
@@ -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
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user