From 9375fc7e46ca3a55c63e6a13a46f1cc324fd58b2 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 9 Dec 2021 13:05:57 +0100 Subject: [PATCH] Upgrade crate version to 0.2.110 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cce0088df903e..05aaa029632e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.109" +version = "0.2.110" 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 398f3adb3b1bb..73f87047f83e2 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.109" +version = "0.2.110" 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.109" +version = "0.2.110" default-features = false [build-dependencies]