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
2757 "thiserror",2757 "thiserror",
2758]2758]
2759
2760[[package]]
2761name = "nft"
2762version = "2.0.0-rc4"
2763dependencies = [
2764 "futures 0.3.5",
2765 "log",
2766 "nft-runtime",
2767 "parking_lot 0.10.2",
2768 "sc-basic-authorship",
2769 "sc-cli",
2770 "sc-client-api",
2771 "sc-consensus",
2772 "sc-consensus-aura",
2773 "sc-executor",
2774 "sc-finality-grandpa",
2775 "sc-network",
2776 "sc-service",
2777 "sc-transaction-pool",
2778 "sp-consensus",
2779 "sp-consensus-aura",
2780 "sp-core",
2781 "sp-finality-grandpa",
2782 "sp-inherents",
2783 "sp-runtime",
2784 "sp-transaction-pool",
2785 "structopt",
2786 "substrate-build-script-utils",
2787]
27592788
2760[[package]]2789[[package]]
2761name = "nft-runtime"2790name = "nft-runtime"
2802 "void",2831 "void",
2803]2832]
2804
2805[[package]]
2806name = "node-template"
2807version = "2.0.0-rc4"
2808dependencies = [
2809 "futures 0.3.5",
2810 "log",
2811 "nft-runtime",
2812 "parking_lot 0.10.2",
2813 "sc-basic-authorship",
2814 "sc-cli",
2815 "sc-client-api",
2816 "sc-consensus",
2817 "sc-consensus-aura",
2818 "sc-executor",
2819 "sc-finality-grandpa",
2820 "sc-network",
2821 "sc-service",
2822 "sc-transaction-pool",
2823 "sp-consensus",
2824 "sp-consensus-aura",
2825 "sp-core",
2826 "sp-finality-grandpa",
2827 "sp-inherents",
2828 "sp-runtime",
2829 "sp-transaction-pool",
2830 "structopt",
2831 "substrate-build-script-utils",
2832]
28332833
2834[[package]]2834[[package]]
2835name = "nodrop"2835name = "nodrop"
modifiednode/Cargo.tomldiffbeforeafterboth
--- a/node/Cargo.toml
+++ b/node/Cargo.toml
@@ -5,14 +5,15 @@
 edition = '2018'
 homepage = 'https://substrate.dev'
 license = 'Unlicense'
-name = 'node-template'
-repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
+name = 'nft'
+repository = 'https://github.com/usetech-llc/nft_parachain/'
 version = '2.0.0-rc4'
+
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
 
 [[bin]]
-name = 'node-template'
+name = 'nft'
 
 [dependencies]
 futures = '0.3.4'