mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-05 04:54:36 -04:00
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:
parent
4a758f7c8a
commit
140dc6dc04
5 changed files with 29 additions and 53 deletions
|
@ -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")]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue