From 94eb62c0556c2821bb6223fe2b155da4afc1488f Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 4 Jan 2026 01:30:11 -0500 Subject: [PATCH] chore: Fix the changelog version and date for 0.2.179 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c9508c2a0f..4d17c1a74622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.2.178](https://github.com/rust-lang/libc/compare/0.2.177...0.2.178) - 2025-12-01 +## [0.2.179](https://github.com/rust-lang/libc/compare/0.2.178...0.2.179) - 2025-01-03 With this release, we now have _unstable_ support for 64-bit `time_t` on 32-bit platforms with both Musl and Glibc. Testing is appreciated!