summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Hope <sir.gimpy@gmail.com>2020-07-27 16:36:19 -0700
committerGitHub <noreply@github.com>2020-07-27 16:36:19 -0700
commitc323e1010e260407295af111fe220c978524bcd7 (patch)
tree876e9d34cb56791ff8a7c2d989a99e5db9bbc875
parentfb6a3067eac7e955a5cc3f4c9fdeb83ff1a837a7 (diff)
downloadrust-libc-c323e1010e260407295af111fe220c978524bcd7.tar.gz
Bump version to 0.2.74
This includes changes which will allow us to successfully build `libstd` for the PSP.
-rw-r--r--Cargo.toml2
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"