From 2854518a628fe13c1728d9dee5c475402a0718a8 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 26 Oct 2020 04:18:54 +0900 Subject: [PATCH] Release 0.2.80 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 63f0113889ca0..336b0ac7fbdc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "libc" -version = "0.2.79" +version = "0.2.80" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/libc" homepage = "https://github.com/rust-lang/libc" -documentation = "http://doc.rust-lang.org/libc" +documentation = "https://docs.rs/libc/0.2.79/libc/" keywords = ["libc", "ffi", "bindings", "operating", "system" ] categories = ["external-ffi-bindings", "no-std", "os"] build = "build.rs"