small fix for the ghost executable version

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2024-10-13 20:46:29 +03:00
parent f8168e525f
commit 9c5ab07cf9
Signed by: st1nky
GPG Key ID: 016064BD97603B40
3 changed files with 3 additions and 2 deletions

1
Cargo.lock generated
View File

@ -1203,6 +1203,7 @@ dependencies = [
"ghost-networks", "ghost-networks",
"ghost-runtime-common", "ghost-runtime-common",
"ghost-slow-clap", "ghost-slow-clap",
"hex-literal",
"log", "log",
"pallet-alliance", "pallet-alliance",
"pallet-authority-discovery", "pallet-authority-discovery",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ghost-cli" name = "ghost-cli"
description = "Ghost Client Node" description = "Implementation of a Ghost Client Node in Rust"
version.workspace = true version.workspace = true
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true

View File

@ -29,7 +29,7 @@ impl SubstrateCli for Cli {
} }
fn impl_version() -> String { fn impl_version() -> String {
env!("CARGO_PKG_DESCRIPTION").into() env!("SUBSTRATE_CLI_IMPL_VERSION").into()
} }
fn description() -> String { fn description() -> String {