pre-format version strings
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7638bbc49c
commit
3a51e18ce6
7 changed files with 32 additions and 32 deletions
|
@ -6,7 +6,7 @@ use clap::Parser;
|
|||
|
||||
/// Commandline arguments
|
||||
#[derive(Parser, Debug)]
|
||||
#[clap(version = conduit::version::conduwuit(), about, long_about = None)]
|
||||
#[clap(version = conduit::version(), about, long_about = None)]
|
||||
pub(crate) struct Args {
|
||||
#[arg(short, long)]
|
||||
/// Optional argument to the path of a conduwuit config TOML file
|
||||
|
|
|
@ -46,7 +46,7 @@ impl Server {
|
|||
database_path = ?config.database_path,
|
||||
log_levels = %config.log,
|
||||
"{}",
|
||||
conduit::version::conduwuit(),
|
||||
conduit::version(),
|
||||
);
|
||||
|
||||
Ok(Arc::new(Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue