diff options
author | Jake Goulding <jake.goulding@gmail.com> | 2020-07-19 08:33:45 -0400 |
---|---|---|
committer | Jake Goulding <jake.goulding@gmail.com> | 2020-07-19 08:35:26 -0400 |
commit | 21cbd9c3bea2a749142f21e52947cf96281de6ae (patch) | |
tree | 6b7a36441e6afa5d3630ebf04040235eae478616 /Cargo.toml | |
parent | 9f581e6256e90db1c47b76f13193c532d3406c07 (diff) | |
download | rust-libc-21cbd9c3bea2a749142f21e52947cf96281de6ae.tar.gz |
Bump to 0.2.73
This incorporates the changes needed to cross-compile `rustc` for the
aarch64-apple-darwin target.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
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" |