]> git.proxmox.com Git - cargo.git/blobdiff - vendor/libc/Cargo.toml
New upstream version 0.52.0
[cargo.git] / vendor / libc / Cargo.toml
index da89005d4ce5f89fbbc181b3a41c9bd6133fc49e..a63ed68d8b0ebe3b7d317597a71cf36b8f6a5d01 100644 (file)
 
 [package]
 name = "libc"
-version = "0.2.78"
+version = "0.2.94"
 authors = ["The Rust Project Developers"]
 build = "build.rs"
-exclude = ["/ci/*", "/azure-pipelines.yml"]
+exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
 description = "Raw FFI bindings to platform libraries like libc.\n"
 homepage = "https://github.com/rust-lang/libc"
-documentation = "http://doc.rust-lang.org/libc"
+documentation = "https://docs.rs/libc/"
 readme = "README.md"
 keywords = ["libc", "ffi", "bindings", "operating", "system"]
 categories = ["external-ffi-bindings", "no-std", "os"]
@@ -36,10 +36,3 @@ extra_traits = []
 rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
 std = []
 use_std = ["std"]
-[badges.azure-devops]
-pipeline = "rust-lang.libc%20(1)"
-project = "rust-lang2/libc"
-
-[badges.cirrus-ci]
-branch = "master"
-repository = "rust-lang/libc"