From 339c6e4f25713722a467ebf29f6b0f02710c5c16 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 30 Mar 2021 01:08:55 +0200 Subject: [PATCH 1/2] cargo: add repo and homepage metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ac4f995..7cb92a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ 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 From 7134b7700f3d7074d0f5b6b609bd77cedec24f3b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 30 Mar 2021 01:11:36 +0200 Subject: [PATCH 2/2] lohr: v0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 380bd66..4d7e32b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "lohr" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "log 0.4.14", diff --git a/Cargo.toml b/Cargo.toml index 7cb92a9..17fbb0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lohr" -version = "0.2.0" +version = "0.2.1" authors = ["Antoine Martin "] edition = "2018" license = "Apache-2.0 OR MIT"