aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-04-13 19:20:48 -0700
committerHaibo Huang <hhb@google.com>2020-04-13 19:20:48 -0700
commitaec3a8a9fc7fcd1b833ed5cfaf789c7dc7fcc963 (patch)
tree16b5aedcbc950a557a2b9b85c6eaca9d9b62d9d3 /Cargo.toml
parentdc2e4efe69f00b91af0aae83b9aba2f08e642df4 (diff)
downloadlibc-aec3a8a9fc7fcd1b833ed5cfaf789c7dc7fcc963.tar.gz
Upgrade rust/crates/libc to 0.2.69
Test: None Change-Id: I63e7e4993a38a138ad87445be23edcef8e05488b
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 874a4821..d36fa773 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "libc"
-version = "0.2.68"
+version = "0.2.69"
authors = ["The Rust Project Developers"]
build = "build.rs"
exclude = ["/ci/*", "/azure-pipelines.yml"]