summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-03-05 16:12:39 +0000
committerbors <bors@rust-lang.org>2021-03-05 16:12:39 +0000
commitfc51a0f327ba148ffc1e6a11b7448f649b80608a (patch)
tree009f103527578e949d6cc98ee20500682a3e387e
parent990afbb5adf9d6fd8d81202c7613f422ee61cf45 (diff)
parent9abcbd15de9f281feea0a419e833958623a664f0 (diff)
downloadrust-libc-0.2.88.tar.gz
Auto merge of #2103 - JohnTitor:version-bump, r=JohnTitor0.2.88
Bump up libc version to 0.2.88 This contains a regression fix (#2102). r? `@ghost`
-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 63c045b8f3..bb0a73e40d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.87"
+version = "0.2.88"
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 d403d8dcfe..2632054a9b 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.87"
+version = "0.2.88"
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.87"
+version = "0.2.88"
default-features = false
[build-dependencies]