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