lohr: v0.3.1

This commit is contained in:
Antoine Martin 2021-03-30 23:02:32 +02:00
parent 78194b69ad
commit a516d841e1
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -530,7 +530,7 @@ dependencies = [
[[package]]
name = "lohr"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"anyhow",
"clap",

View file

@ -1,6 +1,6 @@
[package]
name = "lohr"
version = "0.3.0"
version = "0.3.1"
authors = ["Antoine Martin <antoine@alarsyo.net>"]
edition = "2018"
license = "Apache-2.0 OR MIT"

View file

@ -94,7 +94,7 @@ fn parse_config(home: &Path, flags: &clap::ArgMatches) -> anyhow::Result<GlobalS
fn main() -> anyhow::Result<()> {
let matches = App::new("lohr")
.version("0.3.0")
.version("0.3.1")
.about("Git mirroring daemon")
.arg(
Arg::with_name("config")