Switch to plain commit hash in version number
This commit is contained in:
parent
ed3600a79a
commit
de767121be
2 changed files with 2 additions and 7 deletions
|
|
@ -13,12 +13,7 @@ use tracing::info;
|
|||
use tracing_subscriber::filter::LevelFilter;
|
||||
|
||||
const NAME: &str = env!("CARGO_PKG_NAME");
|
||||
const VERSION: &str = concat!(
|
||||
env!("CARGO_PKG_VERSION"),
|
||||
" (",
|
||||
env!("VERGEN_GIT_DESCRIBE"),
|
||||
")"
|
||||
);
|
||||
const VERSION: &str = concat!(env!("CARGO_PKG_VERSION"), " (", env!("VERGEN_GIT_SHA"), ")");
|
||||
|
||||
#[derive(Debug, clap::Parser)]
|
||||
#[command(name = NAME, version = VERSION)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue