aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-03-20 12:10:13 -0700
committerChih-Hung Hsieh <chh@google.com>2020-03-20 12:18:00 -0700
commit0df69f4c2b9a8d069afa0559e8f80898315c79b8 (patch)
tree6cb736f73e61edfe02932ed8e65222c6b27b0bcf /Cargo.toml
parentfe4baf3e89866923d56b00b83f8857859bbe99dc (diff)
downloadlibc-0df69f4c2b9a8d069afa0559e8f80898315c79b8.tar.gz
Update to latest libc-0.2.68
* fill back missing NOTICE,METADATA,*LICENSE* files Bug: 150877376 Test: make Change-Id: I5735b22f9aade4f02ecc7b00c89ba090f7f0d786
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 41c07ff4..874a4821 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "libc"
-version = "0.2.66"
+version = "0.2.68"
authors = ["The Rust Project Developers"]
build = "build.rs"
exclude = ["/ci/*", "/azure-pipelines.yml"]
@@ -36,9 +36,10 @@ extra_traits = []
rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
std = []
use_std = ["std"]
-[badges.appveyor]
-project_name = "rust-lang-libs/libc"
-repository = "rust-lang/libc"
+[badges.azure-devops]
+pipeline = "rust-lang.libc%20(1)"
+project = "rust-lang2/libc"
-[badges.travis-ci]
+[badges.cirrus-ci]
+branch = "master"
repository = "rust-lang/libc"