aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2020-10-01 15:27:38 +0100
committerAndrew Walbran <qwandor@google.com>2020-10-02 13:19:29 +0100
commit010e67ebc5ce4e64b478b486fab1e6067aaed13b (patch)
treeca61c5f5aa8e7044b452d7eb4a4bc0d9d7d2cf98 /Cargo.toml
parentb4a494e253094bca2870001ed20002c45a064e33 (diff)
downloadlibc-010e67ebc5ce4e64b478b486fab1e6067aaed13b.tar.gz
Upgrade rust/crates/libc to 0.2.78.
Bug: 168685525 Test: atest --host --include-subdirs external/rust/crates Change-Id: Ic8b3466a1f8e42b5372e2d5aa5e81fe89473df83
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 7ab5a997..da89005d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "libc"
-version = "0.2.77"
+version = "0.2.78"
authors = ["The Rust Project Developers"]
build = "build.rs"
exclude = ["/ci/*", "/azure-pipelines.yml"]