Skip to content

Commit e6eacf1

Browse files
Update to 2021 edition
1 parent 77a8f36 commit e6eacf1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<https://github.com/lights0123/printf-compat/pull/25>
77
* Output `(null)` when a null pointer is formatted with `%s`.
88
<https://github.com/lights0123/printf-compat/pull/31>
9+
* Update to edition 2021.
10+
<https://github.com/lights0123/printf-compat/pull/33>
911

1012
## 0.2.0 (July 14, 2025)
1113

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.0"
55
repository = "https://github.com/lights0123/printf-compat"
66
authors = ["lights0123 <[email protected]>"]
7-
edition = "2018"
7+
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
readme = "README.md"
1010

0 commit comments

Comments
 (0)