From 623d64e0015d9e94bbeb658cbfbfd25d0b3f5cdd Mon Sep 17 00:00:00 2001 From: haerdib Date: Wed, 15 Nov 2023 12:00:46 +0100 Subject: [PATCH 1/2] fix order --- 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..60f501ead 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 From e8fd20a67b8870d8f6b8d295e99a837ff784aef6 Mon Sep 17 00:00:00 2001 From: haerdib Date: Wed, 15 Nov 2023 12:02:14 +0100 Subject: [PATCH 2/2] 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 60f501ead..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, features = ["full_crypto"], git = "https://github.com/paritytech/polkadot-sdk.git",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