From 3a320516dd1fb9e5660ae0b224b5985344a718fd Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 27 Mar 2020 17:57:06 -0700 Subject: [PATCH 1/2] Add repository link in strum crate Cargo.toml Having a repository link provides a helpful backlink to the crate in docs.rs --- strum/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/strum/Cargo.toml b/strum/Cargo.toml index cb7b46c6..1fdaaea0 100644 --- a/strum/Cargo.toml +++ b/strum/Cargo.toml @@ -10,6 +10,7 @@ categories = ["development-tools::procedural-macro-helpers", "parsing"] documentation = "https://docs.rs/strum" homepage = "https://github.com/Peternator7/strum" +repository = "https://github.com/Peternator7/strum" readme = "../README.md" [dependencies] From 32e9309179e7d8805e46e8e3499a69ae58785478 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 27 Mar 2020 17:57:51 -0700 Subject: [PATCH 2/2] Remove extra space character --- strum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strum/Cargo.toml b/strum/Cargo.toml index 1fdaaea0..8fdaef10 100644 --- a/strum/Cargo.toml +++ b/strum/Cargo.toml @@ -10,7 +10,7 @@ categories = ["development-tools::procedural-macro-helpers", "parsing"] documentation = "https://docs.rs/strum" homepage = "https://github.com/Peternator7/strum" -repository = "https://github.com/Peternator7/strum" +repository = "https://github.com/Peternator7/strum" readme = "../README.md" [dependencies]