diff --git a/Cargo.lock b/Cargo.lock index 4d7e32b..380bd66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "lohr" -version = "0.2.1" +version = "0.2.0" dependencies = [ "anyhow", "log 0.4.14", diff --git a/Cargo.toml b/Cargo.toml index 17fbb0d..ac4f995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,10 @@ [package] name = "lohr" -version = "0.2.1" +version = "0.2.0" authors = ["Antoine Martin "] edition = "2018" license = "Apache-2.0 OR MIT" description = "A Git mirroring daemon" -homepage = "https://github.com/alarsyo/lohr" -repository = "https://github.com/alarsyo/lohr" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html