From 9abcbd15de9f281feea0a419e833958623a664f0 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 6 Mar 2021 01:02:04 +0900 Subject: [PATCH] Bump up libc version to 0.2.88 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 63c045b8f3933..bb0a73e40da87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.87" +version = "0.2.88" 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 d403d8dcfe967..2632054a9b409 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.87" +version = "0.2.88" 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.87" +version = "0.2.88" default-features = false [build-dependencies]