mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 09:17:58 +00:00
Make the node version independent of the crate version (#1495)
This commit is contained in:
@@ -55,7 +55,8 @@ impl SubstrateCli for Cli {
|
||||
}
|
||||
|
||||
fn impl_version() -> String {
|
||||
NODE_VERSION.into()
|
||||
let commit_hash = env!("SUBSTRATE_CLI_COMMIT_HASH");
|
||||
format!("{NODE_VERSION}-{commit_hash}")
|
||||
}
|
||||
|
||||
fn description() -> String {
|
||||
|
||||
Reference in New Issue
Block a user