summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-12-11 18:33:57 +0000
committerbors <bors@rust-lang.org>2021-12-11 18:33:57 +0000
commitf42fe9a349300d4a07ba2ee8df4475005e1a5ef7 (patch)
tree8bc8a05819536e6ed37610f98abf02dfe2c07e3b
parent9b054d8779d2f71f1803e20f0e3b3327a4ae2764 (diff)
parent3608e3126482440e72823283a76e2e106bf6b73c (diff)
downloadrust-libc-0.2.111.tar.gz
Auto merge of #2588 - GuillaumeGomez:upgrade, r=Amanieu0.2.111
Upgrade crate version to 0.2.111 r? `@Amanieu`
-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 05aaa02963..9b2bb7722b 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 73f87047f8..2869dcdad5 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]