From 9527165a4067c2ebb002683e191004bc40efdf74 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Mon, 14 Oct 2024 17:15:46 +0200 Subject: [PATCH] fix: `defalt-feature` -> `default-features` Cargo.toml (#1828) --- codegen/Cargo.toml | 2 +- core/Cargo.toml | 4 ++-- lightclient/Cargo.toml | 4 ++-- signer/Cargo.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index ba94a826fc..14f21a1a19 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -42,7 +42,7 @@ features = ["fetch-metadata"] rustdoc-args = ["--cfg", "docsrs"] [package.metadata.playground] -defalt-features = true +default-features = true [lints] workspace = true \ No newline at end of file diff --git a/core/Cargo.toml b/core/Cargo.toml index f1de2cec1c..17c73a89e5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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 \ No newline at end of file diff --git a/lightclient/Cargo.toml b/lightclient/Cargo.toml index d7abdf87f6..4290b27b1b 100644 --- a/lightclient/Cargo.toml +++ b/lightclient/Cargo.toml @@ -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 diff --git a/signer/Cargo.toml b/signer/Cargo.toml index 2be5580618..fc2f5d10f6 100644 --- a/signer/Cargo.toml +++ b/signer/Cargo.toml @@ -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