From 6ad21fb13a7eb2c3a5a8572b0f9c5e49f598908a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 21 May 2020 14:42:33 -0600 Subject: [PATCH] Bump version to 0.2.71 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d9d5e4efbbbc..f5a0d47387b2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.70" +version = "0.2.71" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"