Skip to content

Commit 62a6fed

Browse files
Switch to 2024 edition
Since the `VaList` implementation recently changed [1], making the current incompatible with older Rust versions anyway, might as well switch to the current edition. [1]: #45
1 parent b19e559 commit 62a6fed

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
@@ -4,7 +4,7 @@ description = "printf reimplemented in Rust"
44
version = "0.2.1"
55
repository = "https://github.com/lights0123/printf-compat"
66
authors = ["lights0123 <[email protected]>"]
7-
edition = "2021"
7+
edition = "2024"
88
license = "MIT OR Apache-2.0"
99
readme = "README.md"
1010

0 commit comments

Comments
 (0)