difftreelog
Fix binary name
in: master
2 files changed
Cargo.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]]
node/Cargo.tomldiffbeforeafterboth5edition = '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'1111[package.metadata.docs.rs]12[package.metadata.docs.rs]12targets = ['x86_64-unknown-linux-gnu']13targets = ['x86_64-unknown-linux-gnu']131414[[bin]]15[[bin]]15name = 'node-template'16name = 'nft'161717[dependencies]18[dependencies]18futures = '0.3.4'19futures = '0.3.4'