summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-12-06 17:28:17 +0000
committerbors <bors@rust-lang.org>2020-12-06 17:28:17 +0000
commit70962e3943d22d94141954db18eb7295b5edec5d (patch)
treeace4f4d65f187edf24f912ead6ce3333a4358c9b
parent96e6147388fe40c5aee8bc89d774d9815242fbc1 (diff)
parent6ea4b3134d9a898f4cb7e8da634cdbd7077e5046 (diff)
downloadrust-libc-0.2.81.tar.gz
Auto merge of #1988 - JohnTitor:new-release, r=JohnTitor0.2.81
Prepare to release 0.2.81
-rw-r--r--Cargo.toml10
1 files changed, 3 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 336b0ac7fb..69f9513c19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,24 +1,20 @@
[package]
name = "libc"
-version = "0.2.80"
+version = "0.2.81"
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 = "https://docs.rs/libc/0.2.79/libc/"
+documentation = "https://docs.rs/libc/"
keywords = ["libc", "ffi", "bindings", "operating", "system" ]
categories = ["external-ffi-bindings", "no-std", "os"]
build = "build.rs"
-exclude = ["/ci/*", "/azure-pipelines.yml"]
+exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
description = """
Raw FFI bindings to platform libraries like libc.
"""
-[badges]
-cirrus-ci = { repository = "rust-lang/libc", branch = "master" }
-azure-devops = { project = "rust-lang2/libc", pipeline = "rust-lang.libc%20(1)" }
-
[dependencies]
rustc-std-workspace-core = { version = "1.0.0", optional = true }