use version from cargo
This commit is contained in:
parent
a85a1ab887
commit
fc80ebc936
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -540,7 +540,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "refractr"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"ctrlc",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "refractr"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -10,7 +10,7 @@ use crate::refractr::Refractr;
|
|||
|
||||
#[derive(Parser)]
|
||||
#[command(name = "refractr")]
|
||||
#[command(version = "0.2.0")]
|
||||
#[command(version = option_env!("CARGO_PKG_VERSION"))]
|
||||
#[command(about = "An automated pull/push utility for mirroring Git repositories")]
|
||||
#[command(long_about = None)]
|
||||
struct Args {
|
||||
|
|
Loading…
Add table
Reference in a new issue