summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-07-29 04:31:14 +0900
committerGitHub <noreply@github.com>2020-07-29 04:31:14 +0900
commit7c3030f68e5af5c9efb7130a1981472e9f9f27cd (patch)
treefd3a2f0a8c1375d6058e1ca3c4efc17aaf4677af
parentac930a2536e430e745bfc1747285b38192f75cee (diff)
parentc323e1010e260407295af111fe220c978524bcd7 (diff)
downloadrust-libc-7c3030f68e5af5c9efb7130a1981472e9f9f27cd.tar.gz
Merge pull request #1845 from MrAwesome/patch-10.2.74
Bump version to 0.2.74
-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"