From 0f5d2c1d419543819f072169eab72a85abd2e9d2 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 7 Jan 2024 22:41:43 +0900 Subject: [PATCH] Prepare release for v0.2.152 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dff98cfbc9796..f591205272b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.151" +version = "0.2.152" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 20543d69bcb0f..e715a98391fce 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.151" +version = "0.2.152" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" build = "build.rs" @@ -12,7 +12,7 @@ A test crate for the libc crate. [dependencies.libc] path = ".." -version = "0.2.151" +version = "0.2.152" default-features = false [build-dependencies]