Skip to content

Commit 9d592fe

Browse files
author
Thomas Oppelt
committed
build: update Cargo.toml edition
* The edition in Cargo.toml was updated from 2021 to 2024.
1 parent b7d985e commit 9d592fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "convcom"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "AI-powered conventional commit message generator using Groq and Anthropic APIs"
66
keywords = ["git", "commit", "ai", "conventional-commits", "groq"]
77
categories = ["command-line-utilities", "development-tools"]

0 commit comments

Comments
 (0)