summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-02-08 14:13:20 +0000
committerbors <bors@rust-lang.org>2021-02-08 14:13:20 +0000
commit59c4f0c71e4c5464b17925617f6bcfeadebc9cb6 (patch)
tree5237bac8c0a3c5b5373432f2d3619280ac588090
parent5f7c6c1ef93ff4fcfa3d767aac93c2b261c8f140 (diff)
parent1e7e5f303bf6a3579d95b13dc16a3d803bb8cb22 (diff)
downloadrust-libc-59c4f0c71e4c5464b17925617f6bcfeadebc9cb6.tar.gz
Auto merge of #2059 - GuillaumeGomez:upgrade-version, r=JohnTitor0.2.86
Upgrade crate version to 0.2.86 Following #2058. If you could make a release, it'd be awesome! Thanks in advance!
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 247e4db179..65749ad55d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.85"
+version = "0.2.86"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"