diff --git a/Cargo.lock b/Cargo.lock index b470fcd..f33119a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-mirror" -version = "0.2.1" +version = "0.2.3" dependencies = [ "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b56ec02..5715054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.2.1" +version = "0.2.3" authors = ["Pascal Bach "] [features]