From 1e7e5f303bf6a3579d95b13dc16a3d803bb8cb22 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 8 Feb 2021 09:35:55 +0100 Subject: [PATCH] Upgrade crate version to 0.2.86 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 247e4db1..65749ad5 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"