From 5fd6e1b4fd8fedf9892befbca0cfe1ca845d9a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Thu, 4 Mar 2021 16:33:26 +0100 Subject: [PATCH] Remove `frame-executive` that isn't required anymore (#355) --- cumulus/Cargo.lock | 1 - cumulus/pallets/parachain-system/Cargo.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 48663614c8..62345d3d6d 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -1264,7 +1264,6 @@ dependencies = [ "cumulus-test-relay-sproof-builder", "env_logger 0.7.1", "environmental", - "frame-executive", "frame-support", "frame-system", "hash-db", diff --git a/cumulus/pallets/parachain-system/Cargo.toml b/cumulus/pallets/parachain-system/Cargo.toml index 2a8d7156ab..2d7896917d 100644 --- a/cumulus/pallets/parachain-system/Cargo.toml +++ b/cumulus/pallets/parachain-system/Cargo.toml @@ -23,7 +23,6 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-externalities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } @@ -70,7 +69,6 @@ std = [ "sp-trie/std", "sp-externalities/std", "frame-system/std", - "frame-executive/std", "cumulus-primitives-core/std", "cumulus-primitives-parachain-inherent/std", "environmental/std",