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 03e711e commit b1f0c7cCopy full SHA for b1f0c7c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.3.0 (December 7, 2025)
4
5
* Fix compilation errors on recent nightlies due to changes in the std
6
[`VaList` implementation](https://github.com/rust-lang/rust/pull/141980).
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "printf-compat"
description = "printf reimplemented in Rust"
-version = "0.2.1"
+version = "0.3.0"
repository = "https://github.com/lights0123/printf-compat"
authors = ["lights0123 <[email protected]>"]
7
edition = "2024"
0 commit comments