Upgrade to vergen 8.3, move to git describe --dirty --tags for semver (#1543)

* Upgrade to vergen 8.3, move to git describe --dirty --tags for semver

* Add newline to build.rs
This commit is contained in:
Ian McKenzie 2024-02-03 22:43:59 -08:00 committed by GitHub
parent 4a758f7c8a
commit 140dc6dc04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 29 additions and 53 deletions

View file

@ -226,7 +226,7 @@ pub enum Command {
name = "asb",
about = "Automated Swap Backend for swapping XMR for BTC",
author,
version = env!("VERGEN_GIT_SEMVER_LIGHTWEIGHT")
version = env!("VERGEN_GIT_DESCRIBE")
)]
pub struct RawArguments {
#[structopt(long, help = "Swap on testnet")]

View file

@ -298,7 +298,7 @@ pub enum Command {
name = "swap",
about = "CLI for swapping BTC for XMR",
author,
version = env!("VERGEN_GIT_SEMVER_LIGHTWEIGHT")
version = env!("VERGEN_GIT_DESCRIBE")
)]
struct RawArguments {
// global is necessary to ensure that clap can match against testnet in subcommands