From fffd9cf6100e1a8d19749926aa75c4a1a550fa8b Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Thu, 27 Jan 2022 00:18:48 +0000 Subject: [PATCH] Release 0.2.115 to crates.io. Needed by https://github.com/rust-lang/rust/pull/93351. --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0496e3620aba2..c532e3377a6a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.114" +version = "0.2.115" 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 8989ff2903fd0..639dfe69834b2 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.114" +version = "0.2.115" 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.114" +version = "0.2.115" default-features = false [build-dependencies]