summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-10-26 04:18:54 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-10-26 04:18:54 +0900
commit2854518a628fe13c1728d9dee5c475402a0718a8 (patch)
tree1604c7e9109994ede693dd3a7a5ea5d4762b7455 /Cargo.toml
parent2d0d4747c4490b149ec17cf6646553a802219c5a (diff)
downloadrust-libc-2854518a628fe13c1728d9dee5c475402a0718a8.tar.gz
Release 0.2.80
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 63f0113889..336b0ac7fb 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"