mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 16:51:03 +00:00
fix: defalt-feature -> default-features Cargo.toml (#1828)
This commit is contained in:
+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
|
||||
Reference in New Issue
Block a user