From 22f4884c78c3621995a6ead7b6c52c7da8d855b3 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 6 May 2023 09:14:45 +0900 Subject: [PATCH] Release 0.2.143 Signed-off-by: Yuki Okushi --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd7c11a1102e4..326310c934926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.142" +version = "0.2.143" 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 83bfcba9c6b1e..f9540b4f5cf91 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.142" +version = "0.2.143" 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.142" +version = "0.2.143" default-features = false [build-dependencies]