summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-12-09 21:02:24 +0000
committerbors <bors@rust-lang.org>2021-12-09 21:02:24 +0000
commit6b9d5099d103df9b076778d97c3607b2ed2729a9 (patch)
tree8113181ae7fe32e6de243c5b37736c9827f69bad
parentba77f2627f10d1d70ce4ca24d0ac9c1dd9445c99 (diff)
parent9375fc7e46ca3a55c63e6a13a46f1cc324fd58b2 (diff)
downloadrust-libc-0.2.110.tar.gz
Auto merge of #2584 - GuillaumeGomez:upgrade, r=Amanieu0.2.110
Upgrade crate version to 0.2.110
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cce0088df9..05aaa02963 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 398f3adb3b..73f87047f8 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]