mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Remove the last node-primitives leftover... (#1047)
This commit is contained in:
Generated
-14
@@ -944,7 +944,6 @@ dependencies = [
|
|||||||
"hex-literal",
|
"hex-literal",
|
||||||
"kusama-runtime-constants",
|
"kusama-runtime-constants",
|
||||||
"log",
|
"log",
|
||||||
"node-primitives",
|
|
||||||
"pallet-aura",
|
"pallet-aura",
|
||||||
"pallet-authorship",
|
"pallet-authorship",
|
||||||
"pallet-balances",
|
"pallet-balances",
|
||||||
@@ -5060,19 +5059,6 @@ dependencies = [
|
|||||||
"memoffset",
|
"memoffset",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "node-primitives"
|
|
||||||
version = "2.0.0"
|
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=master#5cdbaa3e1caac94fa3ede30f9fb08fd1f031b3d4"
|
|
||||||
dependencies = [
|
|
||||||
"frame-system",
|
|
||||||
"parity-scale-codec",
|
|
||||||
"scale-info",
|
|
||||||
"sp-application-crypto",
|
|
||||||
"sp-core",
|
|
||||||
"sp-runtime",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nodrop"
|
name = "nodrop"
|
||||||
version = "0.1.14"
|
version = "0.1.14"
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ sp-session = { git = 'https://github.com/paritytech/substrate', default-features
|
|||||||
sp-std = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "master" }
|
sp-std = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "master" }
|
||||||
sp-transaction-pool = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "master" }
|
sp-transaction-pool = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "master" }
|
||||||
sp-version = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "master" }
|
sp-version = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "master" }
|
||||||
node-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
|
|
||||||
|
|
||||||
## Substrate FRAME Dependencies
|
## Substrate FRAME Dependencies
|
||||||
frame-benchmarking = { git = 'https://github.com/paritytech/substrate', default-features = false, optional = true , branch = "master" }
|
frame-benchmarking = { git = 'https://github.com/paritytech/substrate', default-features = false, optional = true , branch = "master" }
|
||||||
@@ -106,7 +105,6 @@ std = [
|
|||||||
"sp-std/std",
|
"sp-std/std",
|
||||||
"sp-transaction-pool/std",
|
"sp-transaction-pool/std",
|
||||||
"sp-version/std",
|
"sp-version/std",
|
||||||
"node-primitives/std",
|
|
||||||
"frame-executive/std",
|
"frame-executive/std",
|
||||||
"frame-support/std",
|
"frame-support/std",
|
||||||
"frame-system/std",
|
"frame-system/std",
|
||||||
@@ -128,7 +126,7 @@ std = [
|
|||||||
"pallet-utility/std",
|
"pallet-utility/std",
|
||||||
"pallet-xcm/std",
|
"pallet-xcm/std",
|
||||||
"cumulus-pallet-aura-ext/std",
|
"cumulus-pallet-aura-ext/std",
|
||||||
"cumulus-pallet-dmp-queue/std",
|
"cumulus-pallet-dmp-queue/std",
|
||||||
"cumulus-pallet-parachain-system/std",
|
"cumulus-pallet-parachain-system/std",
|
||||||
"cumulus-pallet-xcm/std",
|
"cumulus-pallet-xcm/std",
|
||||||
"cumulus-pallet-xcmp-queue/std",
|
"cumulus-pallet-xcmp-queue/std",
|
||||||
|
|||||||
Reference in New Issue
Block a user