Skip to content

Commit 70962e3

Browse files
committed
Auto merge of #1988 - JohnTitor:new-release, r=JohnTitor
Prepare to release 0.2.81
2 parents 96e6147 + 6ea4b31 commit 70962e3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
[package]
22
name = "libc"
3-
version = "0.2.80"
3+
version = "0.2.81"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-lang/libc"
88
homepage = "https://github.com/rust-lang/libc"
9-
documentation = "https://docs.rs/libc/0.2.79/libc/"
9+
documentation = "https://docs.rs/libc/"
1010
keywords = ["libc", "ffi", "bindings", "operating", "system" ]
1111
categories = ["external-ffi-bindings", "no-std", "os"]
1212
build = "build.rs"
13-
exclude = ["/ci/*", "/azure-pipelines.yml"]
13+
exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
1414
description = """
1515
Raw FFI bindings to platform libraries like libc.
1616
"""
1717

18-
[badges]
19-
cirrus-ci = { repository = "rust-lang/libc", branch = "master" }
20-
azure-devops = { project = "rust-lang2/libc", pipeline = "rust-lang.libc%20(1)" }
21-
2218
[dependencies]
2319
rustc-std-workspace-core = { version = "1.0.0", optional = true }
2420

0 commit comments

Comments
 (0)