aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
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.orig
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.orig')
-rw-r--r--Cargo.toml.orig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 05331e3c..3955ccbd 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.72"
+version = "0.2.73"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"