aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-10 00:42:03 -0700
committerHaibo Huang <hhb@google.com>2020-09-10 00:42:03 -0700
commitbd74494d955ad8eee0ca32d2bee3fb3d78a6c19f (patch)
treef8fd5018c271aa7ef905545c53682d4b206e7bf0 /Cargo.toml
parent662ad87b7f43844abe35fe6c602c76e70ad6f87b (diff)
downloadlibc-bd74494d955ad8eee0ca32d2bee3fb3d78a6c19f.tar.gz
Upgrade rust/crates/libc to 0.2.77
Test: make Change-Id: I7c29146ea175331215d087a634527d3a43b8293b
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 b7cb5ecc..7ab5a997 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "libc"
-version = "0.2.76"
+version = "0.2.77"
authors = ["The Rust Project Developers"]
build = "build.rs"
exclude = ["/ci/*", "/azure-pipelines.yml"]