summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Goulding <jake.goulding@gmail.com>2020-07-19 08:33:45 -0400
committerJake Goulding <jake.goulding@gmail.com>2020-07-19 08:35:26 -0400
commit21cbd9c3bea2a749142f21e52947cf96281de6ae (patch)
tree6b7a36441e6afa5d3630ebf04040235eae478616
parent9f581e6256e90db1c47b76f13193c532d3406c07 (diff)
downloadrust-libc-21cbd9c3bea2a749142f21e52947cf96281de6ae.tar.gz
Bump to 0.2.73
This incorporates the changes needed to cross-compile `rustc` for the aarch64-apple-darwin target.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 05331e3c55..3955ccbd94 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"