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]]
|
[[package]]
|
||||||
name = "refractr"
|
name = "refractr"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"ctrlc",
|
"ctrlc",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "refractr"
|
name = "refractr"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -10,7 +10,7 @@ use crate::refractr::Refractr;
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[command(name = "refractr")]
|
#[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(about = "An automated pull/push utility for mirroring Git repositories")]
|
||||||
#[command(long_about = None)]
|
#[command(long_about = None)]
|
||||||
struct Args {
|
struct Args {
|
||||||
|
|
Loading…
Add table
Reference in a new issue