Browse Source

remove node-primitives package

Mokhtar Naamani 5 years ago
parent
commit
1f225f776f
1 changed files with 0 additions and 7 deletions
  1. 0 7
      Cargo.toml

+ 0 - 7
Cargo.toml

@@ -39,7 +39,6 @@ std = [
     'offchain-primitives/std',
     'substrate-session/std',
     'transaction-payment/std',
-    'node-primitives/std',
     'randomness-collective-flip/std',
     'system-rpc-runtime-api/std',
     'forum/std',
@@ -221,12 +220,6 @@ git = 'https://github.com/paritytech/substrate.git'
 package = 'srml-staking'
 rev = 'polkadot-master'
 
-[dependencies.node-primitives]
-default_features = false
-git = 'https://github.com/paritytech/substrate.git'
-package = 'node-primitives'
-rev = 'polkadot-master'
-
 [dependencies.transaction-payment]
 package = "srml-transaction-payment"
 git = 'https://github.com/paritytech/substrate.git'