commitbee 0.6.0

AI-powered commit message generator using tree-sitter semantic analysis and local LLMs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Cargo.toml b/Cargo.toml
index abc1234..def5678 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "myproject"
 version = "0.5.0"
 edition = "2024"
-rust-version = "1.85"
+rust-version = "1.94"

 [dependencies]
 serde = { version = "1.0", features = ["derive"] }