Remove frame-executive that isn't required anymore (#355)

This commit is contained in:
Bastian Köcher
2021-03-04 16:33:26 +01:00
committed by GitHub
parent 77344a96b1
commit 5fd6e1b4fd
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -1264,7 +1264,6 @@ dependencies = [
"cumulus-test-relay-sproof-builder",
"env_logger 0.7.1",
"environmental",
"frame-executive",
"frame-support",
"frame-system",
"hash-db",
@@ -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",