summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Balana <sbalana@google.com>2020-12-28 11:28:13 -0800
committerGitHub <noreply@github.com>2020-12-28 11:28:13 -0800
commit11577ea7c4b7da9fd43a5bc4811f2a38af896d3d (patch)
tree94872a4884c9aa29adc1b3ba1ef5b86f6851db1e
parent6e7a919ce35d7a09666579b47e7d4206bb95afe5 (diff)
downloadrust-libc-11577ea7c4b7da9fd43a5bc4811f2a38af896d3d.tar.gz
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"