From 3608e3126482440e72823283a76e2e106bf6b73c Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 11 Dec 2021 15:04:40 +0100 Subject: [PATCH] Upgrade crate version to 0.2.111 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05aaa029632e0..9b2bb7722ba6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.110" +version = "0.2.111" 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 73f87047f83e2..2869dcdad52f2 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.110" +version = "0.2.111" 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.110" +version = "0.2.111" default-features = false [build-dependencies]