From f50c0a13e9838f3fd47dbf1e15adcfaf033dfddb Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 5 Nov 2023 19:23:57 +0900 Subject: [PATCH] Prepare release for v0.2.150 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 319c896f3a629..b70de560209fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.149" +version = "0.2.150" 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 6abf99adf9a52..6594300a9d2bf 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.149" +version = "0.2.150" 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.149" +version = "0.2.150" default-features = false [build-dependencies]