From b218abebdf8a0aed73bfe6f61ab22e51a0f2f43c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 1 Aug 2020 14:51:49 +0200 Subject: Move `github-suggestion-config` to `github-suggestion-cli` Going to use this for more cli-oriented code, so that the binaries can share more logic. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f4c3d6c..c8e5a96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,7 +264,7 @@ version = "0.0.1" dependencies = [ "git2", "github-rs", - "github-suggestion-config", + "github-suggestion-cli", "regex", "serde", "serde_json", @@ -274,7 +274,7 @@ dependencies = [ ] [[package]] -name = "github-suggestion-config" +name = "github-suggestion-cli" version = "0.0.1" dependencies = [ "git2", -- cgit v1.2.3