From 9980bd83823f538e15d7c51bf7ae083eb9f24368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bigna=20H=C3=A4rdi?= Date: Thu, 16 Nov 2023 16:40:30 +0100 Subject: [PATCH] Fix feature order in node-api toml (#672) * fix order * fix spacing --- node-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-api/Cargo.toml b/node-api/Cargo.toml index 09eb4b7cc..fd5a9e1d4 100644 --- a/node-api/Cargo.toml +++ b/node-api/Cargo.toml @@ -30,7 +30,7 @@ sp-runtime = { default-features = false, features = ["serde"], git = "https://gi sp-storage = { default-features = false, features = ["serde"], git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" } # need to add this for `no_std` -sp-application-crypto = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", features = ["full_crypto"], branch = "master" } +sp-application-crypto = { default-features = false, features = ["full_crypto"], git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" } sp-runtime-interface = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" } # local