aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-26 13:16:47 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-26 13:16:47 -0700
commit1164d3add1169579562abd45ecbb2ae67659d89e (patch)
tree1ae36370abeebdf8f69fbea50460225e5563e0d0 /Cargo.toml
parent678992d47895d16796b506c14b3c1ab49adddac7 (diff)
downloadlibc-1164d3add1169579562abd45ecbb2ae67659d89e.tar.gz
Upgrade rust/crates/libc to 0.2.80
Test: make Change-Id: I981e614512ce2cb9bafa23c2cffd4850da4d4ee0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index da89005d..575beff4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,13 +12,13 @@
[package]
name = "libc"
-version = "0.2.78"
+version = "0.2.80"
authors = ["The Rust Project Developers"]
build = "build.rs"
exclude = ["/ci/*", "/azure-pipelines.yml"]
description = "Raw FFI bindings to platform libraries like libc.\n"
homepage = "https://github.com/rust-lang/libc"
-documentation = "http://doc.rust-lang.org/libc"
+documentation = "https://docs.rs/libc/0.2.79/libc/"
readme = "README.md"
keywords = ["libc", "ffi", "bindings", "operating", "system"]
categories = ["external-ffi-bindings", "no-std", "os"]