From 7df807c16cbef9d5368c8d4f74ad56a2b7472876 Mon Sep 17 00:00:00 2001 From: Luqman Aden Date: Tue, 31 Aug 2021 23:39:10 -0700 Subject: [PATCH] Bump to 0.2.102 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 43ed571dcfc66..57c3a4ce86883 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.101" +version = "0.2.102" 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 b2453cec7781d..c6920d3f10f66 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.101" +version = "0.2.102" 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.101" +version = "0.2.102" default-features = false [build-dependencies]