aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-31 12:48:00 -0700
committerHaibo Huang <hhb@google.com>2020-07-31 19:49:18 +0000
commitb3092466bac6f7f00a8019cfb520153a03c496b1 (patch)
tree561b73a96d2afbd1a5fcb4dc6663be7fbe0cecd1 /Cargo.toml
parent8af8f151e12e72f9a3c258be6a610d19152c2012 (diff)
downloadlibc-b3092466bac6f7f00a8019cfb520153a03c496b1.tar.gz
Upgrade rust/crates/libc to 0.2.74
Also adds local changes to patches/std.diff so that they will be applied automatically next time. Change-Id: I772bdc5c7eeb57464725f6bf9ba93baedf37a3e3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d11653f5..bda221bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "libc"
-version = "0.2.73"
+version = "0.2.74"
authors = ["The Rust Project Developers"]
build = "build.rs"
exclude = ["/ci/*", "/azure-pipelines.yml"]