git.delta.rocks / unique-network / refs/commits / 9bd5c496c5ca

difftreelog

Fix binary name

Greg Zaitsev2020-06-30parent: #9788e4e.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2758,6 +2758,35 @@
 ]
 
 [[package]]
+name = "nft"
+version = "2.0.0-rc4"
+dependencies = [
+ "futures 0.3.5",
+ "log",
+ "nft-runtime",
+ "parking_lot 0.10.2",
+ "sc-basic-authorship",
+ "sc-cli",
+ "sc-client-api",
+ "sc-consensus",
+ "sc-consensus-aura",
+ "sc-executor",
+ "sc-finality-grandpa",
+ "sc-network",
+ "sc-service",
+ "sc-transaction-pool",
+ "sp-consensus",
+ "sp-consensus-aura",
+ "sp-core",
+ "sp-finality-grandpa",
+ "sp-inherents",
+ "sp-runtime",
+ "sp-transaction-pool",
+ "structopt",
+ "substrate-build-script-utils",
+]
+
+[[package]]
 name = "nft-runtime"
 version = "2.0.0-rc4"
 dependencies = [
@@ -2800,35 +2829,6 @@
  "cfg-if",
  "libc",
  "void",
-]
-
-[[package]]
-name = "node-template"
-version = "2.0.0-rc4"
-dependencies = [
- "futures 0.3.5",
- "log",
- "nft-runtime",
- "parking_lot 0.10.2",
- "sc-basic-authorship",
- "sc-cli",
- "sc-client-api",
- "sc-consensus",
- "sc-consensus-aura",
- "sc-executor",
- "sc-finality-grandpa",
- "sc-network",
- "sc-service",
- "sc-transaction-pool",
- "sp-consensus",
- "sp-consensus-aura",
- "sp-core",
- "sp-finality-grandpa",
- "sp-inherents",
- "sp-runtime",
- "sp-transaction-pool",
- "structopt",
- "substrate-build-script-utils",
 ]
 
 [[package]]
modifiednode/Cargo.tomldiffbeforeafterboth
5edition = '2018'5edition = '2018'
6homepage = 'https://substrate.dev'6homepage = 'https://substrate.dev'
7license = 'Unlicense'7license = 'Unlicense'
8name = 'node-template'8name = 'nft'
9repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'9repository = 'https://github.com/usetech-llc/nft_parachain/'
10version = '2.0.0-rc4'10version = '2.0.0-rc4'
11
11[package.metadata.docs.rs]12[package.metadata.docs.rs]
12targets = ['x86_64-unknown-linux-gnu']13targets = ['x86_64-unknown-linux-gnu']
1314
14[[bin]]15[[bin]]
15name = 'node-template'16name = 'nft'
1617
17[dependencies]18[dependencies]
18futures = '0.3.4'19futures = '0.3.4'