Skip to content

Commit

Permalink
Prepare to release 0.2.81
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Dec 6, 2020
1 parent 96e6147 commit 6ea4b31
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }

Expand Down

0 comments on commit 6ea4b31

Please sign in to comment.