From c8db258ef5ee0b393db80f8be0643054c9a6daf5 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 16 Dec 2023 00:34:59 +0100 Subject: [PATCH] cleanup --- Cargo.lock | 1 - Cargo.toml | 2 +- git2-summarize/Cargo.toml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd1645d1..206f4703 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,6 @@ dependencies = [ "git2", "log", "openai-api-rs", - "thiserror", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bb70efea..9f5cffd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,6 @@ keywords = ["git", "gui", "cli", "terminal", "ui"] [dependencies] anyhow = "1.0" asyncgit = { path = "./asyncgit", version = "0.24", default-features = false } -git2-summarize = { path = "./git2-summarize", version = "0.1"} backtrace = "0.3" bitflags = "1.3" bugreport = "0.5" @@ -31,6 +30,7 @@ easy-cast = "0.5" filetreelist = { path = "./filetreelist", version = "0.5" } fuzzy-matcher = "0.3" gh-emoji = { version = "1.0", optional = true } +git2-summarize = { path = "./git2-summarize", version = "0.1" } indexmap = "1.9" itertools = "0.12" log = "0.4" diff --git a/git2-summarize/Cargo.toml b/git2-summarize/Cargo.toml index 7d2041e8..e701fc50 100644 --- a/git2-summarize/Cargo.toml +++ b/git2-summarize/Cargo.toml @@ -15,5 +15,4 @@ keywords = ["git"] [dependencies] git2 = ">=0.17" log = "0.4" -thiserror = "1.0" openai-api-rs = "2.1"