From a328e2bf8ba446a361c8415155e3d637b3c897c9 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 10 Aug 2022 07:01:22 +0900 Subject: [PATCH] Bump up to v0.2.129 ... because v0.2.128 has a Cargo bug: https://github.com/rust-lang/libc/issues/2866 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 e993993205ba7..3081d5e5b25e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.128" +version = "0.2.129" 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 65d7446a02a0c..ebfe130ca7918 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.128" +version = "0.2.129" 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.128" +version = "0.2.129" default-features = false [build-dependencies]