Skip to content

Commit 87299bc

Browse files
authored
Merge pull request #128 from epage/edition
chore: Migrate to Edition 2024
2 parents c6cf6ee + 3b83daf commit 87299bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ resolver = "2"
44
[workspace.package]
55
repository = "https://github.com/rust-cli/argfile.git"
66
license = "MIT OR Apache-2.0"
7-
edition = "2021"
8-
rust-version = "1.74" # MSRV
7+
edition = "2024"
8+
rust-version = "1.85" # MSRV
99
include = [
1010
"build.rs",
1111
"src/**/*",

0 commit comments

Comments
 (0)