We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a8f36 commit e6eacf1Copy full SHA for e6eacf1
CHANGELOG.md
@@ -6,6 +6,8 @@
6
<https://github.com/lights0123/printf-compat/pull/25>
7
* Output `(null)` when a null pointer is formatted with `%s`.
8
<https://github.com/lights0123/printf-compat/pull/31>
9
+* Update to edition 2021.
10
+ <https://github.com/lights0123/printf-compat/pull/33>
11
12
## 0.2.0 (July 14, 2025)
13
Cargo.toml
@@ -4,7 +4,7 @@ description = "printf reimplemented in Rust"
4
version = "0.2.0"
5
repository = "https://github.com/lights0123/printf-compat"
authors = ["lights0123 <[email protected]>"]
-edition = "2018"
+edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments