Skip to content

Commit

Permalink
Update git-ai version to 0.1.16 and modify dependencies, adding 'colo…
Browse files Browse the repository at this point in the history
…red' and removing 'home'
  • Loading branch information
oleander committed Dec 24, 2023
1 parent 3a15238 commit d3f3bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-ai"
version = "0.1.15"
version = "0.1.16"
edition = "2021"
description = "Git AI: Automates commit messages using ChatGPT. Stage your files, and Git AI generates the messages."
license = "MIT"
Expand Down Expand Up @@ -39,10 +39,10 @@ console = "0.15.7"
anyhow = "1.0.76"
dotenv = "0.15.0"
config = "0.13.4"
colored = "2.1.0"
ctrlc = "3.4.2"
log = "0.4.20"
home = "0.5.9"
colored = "2.1.0"

[dependencies.git2]
default-features = false
Expand Down

0 comments on commit d3f3bce

Please sign in to comment.