From c323e1010e260407295af111fe220c978524bcd7 Mon Sep 17 00:00:00 2001
From: Glenn Hope <sir.gimpy@gmail.com>
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 3955ccbd..f9d8a6e2 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"
-- 
GitLab