From 11577ea7c4b7da9fd43a5bc4811f2a38af896d3d Mon Sep 17 00:00:00 2001 From: Sam Balana Date: Mon, 28 Dec 2020 11:28:13 -0800 Subject: [PATCH] Bump to 0.2.82 Allow developers to start using ip_mreqn in Fuchsia. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69f9513c197ae..8b88f6e38b8fd 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"