From c323e1010e260407295af111fe220c978524bcd7 Mon Sep 17 00:00:00 2001 From: Glenn Hope Date: Mon, 27 Jul 2020 16:36:19 -0700 Subject: [PATCH] Bump version to 0.2.74 This includes changes which will allow us to successfully build `libstd` for the PSP. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3955ccbd942e7..f9d8a6e22ab1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.73" +version = "0.2.74" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"