Remove node-primitives (#4877)

This is some Substrate crate that shouldn't be used outside of Substrate.
This commit is contained in:
Bastian Köcher
2022-02-08 23:48:12 +01:00
committed by GitHub
parent a3bc1f4869
commit f3f18ace7d
3 changed files with 4 additions and 17 deletions
+1 -14
View File
@@ -4487,19 +4487,6 @@ dependencies = [
"memoffset",
]
[[package]]
name = "node-primitives"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#529c2fd27d3d584951f73ba05bdea357117eadec"
dependencies = [
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-application-crypto",
"sp-core",
"sp-runtime",
]
[[package]]
name = "nodrop"
version = "0.1.14"
@@ -5969,9 +5956,9 @@ dependencies = [
"assert_cmd",
"color-eyre",
"nix",
"node-primitives",
"parity-util-mem",
"polkadot-cli",
"polkadot-core-primitives",
"remote-externalities",
"tempfile",
"tokio",