summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-01-07 17:03:02 +0000
committerbors <bors@rust-lang.org>2021-01-07 17:03:02 +0000
commite6a2fd528cd34e3819a424d8293efd6914eb9085 (patch)
tree7478cbd82f4459fb52d1eab2ce5cac530f9e2d59
parentf00b9a107c148296bf0b15a378602c857547add8 (diff)
parent11577ea7c4b7da9fd43a5bc4811f2a38af896d3d (diff)
downloadrust-libc-0.2.82.tar.gz
Auto merge of #2014 - puradox:patch-1, r=JohnTitor0.2.82
Bump to 0.2.82 Allow developers to start using ip_mreqn in Fuchsia.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69f9513c19..8b88f6e38b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.81"
+version = "0.2.82"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"