From 21cbd9c3bea2a749142f21e52947cf96281de6ae Mon Sep 17 00:00:00 2001
From: Jake Goulding <jake.goulding@gmail.com>
Date: Sun, 19 Jul 2020 08:33:45 -0400
Subject: [PATCH] Bump to 0.2.73

This incorporates the changes needed to cross-compile `rustc` for the
aarch64-apple-darwin target.
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 05331e3c..3955ccbd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "libc"
-version = "0.2.72"
+version = "0.2.73"
 authors = ["The Rust Project Developers"]
 license = "MIT OR Apache-2.0"
 readme = "README.md"
-- 
GitLab