From 018a4e16aa0cca5c75e40ebe17f0caf129668874 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Mon, 26 Feb 2024 15:52:10 -0500 Subject: [PATCH] Fix --- node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 60f1d55d..e59586a5 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -43,7 +43,7 @@ sp-io = { workspace = true } sp-timestamp = { workspace = true } sp-inherents = { workspace = true } sp-keyring = { workspace = true } -frame-system = { workspace = true, features = ["std"] } +frame-system = { workspace = true } pallet-staking = { workspace = true } pallet-transaction-payment = { workspace = true }