aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-20 17:20:11 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-20 17:50:35 -0700
commit8af8f151e12e72f9a3c258be6a610d19152c2012 (patch)
treead8784a2cd294511730e525fd6d6e2bfe5566323 /Cargo.toml
parent0eebe6388f3adc4576104e9ed5f4e2ccc3952263 (diff)
downloadlibc-8af8f151e12e72f9a3c258be6a610d19152c2012.tar.gz
Upgrade rust/crates/libc to 0.2.73
* Regenerate .bp file with latest cargo2android.py. * Keep local change to src/lib.rs: "Use std to allow building as a dylib." Test: atest -c --include-subdirs external/rust/crates Change-Id: I2ee95cffd534115e7810027d51b86dc3df26e82b
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 e30d68b7..d11653f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "libc"
-version = "0.2.72"
+version = "0.2.73"
authors = ["The Rust Project Developers"]
build = "build.rs"
exclude = ["/ci/*", "/azure-pipelines.yml"]