From 4477ae635ec67d2b79ac670bbd73b88d4979e786 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Aug 2020 04:51:51 +0200 Subject: git-suggestion-cli: Rename crate to `git-suggestion` Now that I'm using the name "git-suggestion" in a few places, and from a user perspective, it's more Git-oriented than GitHub-oriented, I think the crate should be renamed to reflect that. --- Cargo.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index e6fd541..5cf1e04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,6 +243,19 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724" +[[package]] +name = "git-suggestion" +version = "0.1.0" +dependencies = [ + "exitcode", + "getopts", + "git2", + "github-suggestion", + "regex", + "thiserror", + "url", +] + [[package]] name = "git2" version = "0.13.8" @@ -287,19 +300,6 @@ dependencies = [ "url", ] -[[package]] -name = "github-suggestion-cli" -version = "0.1.0" -dependencies = [ - "exitcode", - "getopts", - "git2", - "github-suggestion", - "regex", - "thiserror", - "url", -] - [[package]] name = "h2" version = "0.1.26" -- cgit v1.2.3