aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-12-07 21:09:00 -0800
committerJeff Vander Stoep <jeffv@google.com>2021-01-25 10:14:22 +0100
commit4e6868a9df81a28485edbaf5cbf128c9f35b2d5c (patch)
treed732bf74bf8b4ce9ac5962e8b57b56ef75dd93f2 /Cargo.toml.orig
parent223f36a5b68682baa4b3abd728dacf24b1d7b4c4 (diff)
downloadlibc-4e6868a9df81a28485edbaf5cbf128c9f35b2d5c.tar.gz
Upgrade rust/crates/libc to 0.2.81
Test: make Change-Id: Ib97682b9fd7603558c81062af1a6d37631d53029
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig10
1 files changed, 3 insertions, 7 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 336b0ac7..69f9513c 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -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 }