Skip to content

Commit a5aeabd

Browse files
committed
Update version
1 parent 95b5977 commit a5aeabd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-ai"
3-
version = "0.2.60"
3+
version = "0.2.65"
44
edition = "2021"
55
description = "Git AI: Automates commit messages using ChatGPT. Stage your files, and Git AI generates the messages."
66
license = "MIT"
@@ -69,7 +69,7 @@ dirs = "6.0"
6969

7070
# Syntax highlighting and markdown rendering
7171
syntect = { version = "5.2", default-features = false, features = [
72-
"default-fancy",
72+
"default-fancy",
7373
] }
7474
pulldown-cmark = "0.12"
7575
comrak = "0.35"

0 commit comments

Comments
 (0)