summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-03-02 09:05:43 +0000
committerbors <bors@rust-lang.org>2021-03-02 09:05:43 +0000
commitdb6bf6fb5a663dd669ff6081fd85b2e6d4f3b0fa (patch)
tree666912662f17757049c05cf47cc22b801613cd71
parente313587f1ed6aaeca473a7503bcdb287aaa9a58f (diff)
parent5cfe0a237cb9e1adb1a7f5d35c2dc0c168092242 (diff)
downloadrust-libc-db6bf6fb5a663dd669ff6081fd85b2e6d4f3b0fa.tar.gz
Auto merge of #2092 - JohnTitor:version-bump, r=JohnTitor0.2.87
Bump up libc version to 0.2.87 r? `@ghost` In order to unblock https://github.com/rust-lang/rust/issues/82400. This also closes #2065.
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml8
2 files changed, 7 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 65749ad55d..63c045b8f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.86"
+version = "0.2.87"
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 0b23422f89..2c96556337 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,11 +1,15 @@
[package]
name = "libc-test"
-version = "0.1.0"
-authors = ["Alex Crichton <alex@alexcrichton.com>"]
+version = "0.2.87"
+authors = ["The Rust Project Developers"]
+license = "MIT OR Apache-2.0"
build = "build.rs"
+repository = "https://github.com/rust-lang/libc"
+homepage = "https://github.com/rust-lang/libc"
[dependencies.libc]
path = ".."
+version = "0.2.87"
default-features = false
[build-dependencies]