mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
Include node-template-release in workspace (#14103)
* Add node-template-release to workspace Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove empty workspace Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Manually update deps Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update Cargo.lock Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update .gitignore Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update license Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
bc39bdcb32
commit
6e48108531
@@ -3,7 +3,7 @@ name = "node-template-release"
|
||||
version = "3.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0"
|
||||
license = "GPL-3.0 WITH Classpath-exception-2.0"
|
||||
homepage = "https://substrate.io"
|
||||
publish = false
|
||||
|
||||
@@ -11,13 +11,11 @@ publish = false
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.9", features = ["derive"] }
|
||||
clap = { version = "4.2.5", features = ["derive"] }
|
||||
flate2 = "1.0"
|
||||
fs_extra = "1"
|
||||
git2 = "0.8"
|
||||
glob = "0.2"
|
||||
fs_extra = "1.3"
|
||||
git2 = "0.16"
|
||||
glob = "0.3"
|
||||
tar = "0.4"
|
||||
tempfile = "3"
|
||||
toml = "0.4"
|
||||
|
||||
[workspace]
|
||||
toml = "0.7"
|
||||
|
||||
Reference in New Issue
Block a user