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
before · Cargo.lock
612 packageslockfile v1
after · Cargo.lock
612 packageslockfile v1
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'