Skip to content

Commit c81cd1c

Browse files
committed
🔧 Update Rust edition from 2021 to 2024
Update Rust edition from 2021 to 2024 This change updates the project's Rust edition in Cargo.toml to use the latest 2024 edition, allowing the codebase to take advantage of the newest Rust language features and improvements. The update follows recent dependency upgrades and error handling improvements, maintaining our commitment to using modern Rust features across the codebase.
1 parent 61cf6c7 commit c81cd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-iris"
33
version = "0.9.1"
4-
edition = "2021"
4+
edition = "2024"
55
authors = ["Stefanie Jane <[email protected]>"]
66
description = "AI-assisted Git workflow"
77
readme = "README.md"

0 commit comments

Comments
 (0)