summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-01-20 01:23:46 +0000
committerbors <bors@rust-lang.org>2022-01-20 01:23:46 +0000
commitf617891e4056da317168d2b46721c9bb7d495a23 (patch)
treef2f2f56100303f60dca7967a226f0d0128398fe2
parent6987bba7520d33a0e1bf647760d0fc3c85f34f5e (diff)
parent178147edf939c579c15c8903866722043f52f4c4 (diff)
downloadrust-libc-f617891e4056da317168d2b46721c9bb7d495a23.tar.gz
Auto merge of #2635 - Thomasdezeeuw:v0.2.113, r=Amanieu
Release v0.2.113 To include https://github.com/rust-lang/libc/pull/2625. Unblocks https://github.com/rust-lang/socket2/pull/284
-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 893fa64f7f..3b1d82a83c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.112"
+version = "0.2.113"
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 b747e1a26c..eb1611dba9 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.112"
+version = "0.2.113"
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.112"
+version = "0.2.113"
default-features = false
[build-dependencies]