summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2021-03-02 15:14:25 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2021-03-02 15:14:25 +0900
commit68d1e3a2d6ea3b5408fb61a9ac30052b9f8cb931 (patch)
tree562c7ae32064c3c960c62e9554b7222782169008
parenta6dc5bc088cb4a222e9847dc4232ac744d6e28b9 (diff)
downloadrust-libc-68d1e3a2d6ea3b5408fb61a9ac30052b9f8cb931.tar.gz
Bump up libc version to 0.2.87
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 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"