diff options
author | Glenn Hope <sir.gimpy@gmail.com> | 2020-07-27 16:36:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 16:36:19 -0700 |
commit | c323e1010e260407295af111fe220c978524bcd7 (patch) | |
tree | 876e9d34cb56791ff8a7c2d989a99e5db9bbc875 /Cargo.toml | |
parent | fb6a3067eac7e955a5cc3f4c9fdeb83ff1a837a7 (diff) | |
download | rust-libc-c323e1010e260407295af111fe220c978524bcd7.tar.gz |
Bump version to 0.2.74
This includes changes which will allow us to successfully build `libstd` for the PSP.
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 3955ccbd94..f9d8a6e22a 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" |