Skip to content

Commit 2f5dd5e

Browse files
authored
Merge pull request #1687 from JohnTitor/badges
Update badges metadata
2 parents 248c826 + f0a041c commit 2f5dd5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Raw FFI bindings to platform libraries like libc.
1616
"""
1717

1818
[badges]
19-
travis-ci = { repository = "rust-lang/libc" }
20-
appveyor = { repository = "rust-lang/libc", project_name = "rust-lang-libs/libc" }
19+
cirrus-ci = { repository = "rust-lang/libc", branch = "master" }
20+
azure-devops = { project = "rust-lang2/libc", pipeline = "rust-lang.libc%20(1)" }
2121

2222
[dependencies]
2323
rustc-std-workspace-core = { version = "1.0.0", optional = true }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
9494
for inclusion in `libc` by you, as defined in the Apache-2.0 license, shall be
9595
dual licensed as above, without any additional terms or conditions.
9696

97-
[Azure Status]: https://dev.azure.com/rust-lang2/libc/_apis/build/status/rust-lang.libc?branchName=master
97+
[Azure Status]: https://dev.azure.com/rust-lang2/libc/_apis/build/status/rust-lang.libc%20(1)?branchName=master
9898
[Azure]: https://dev.azure.com/rust-lang2/libc/_build/latest?definitionId=1&branchName=master
9999
[Cirrus CI]: https://cirrus-ci.com/github/rust-lang/libc
100100
[Cirrus CI Status]: https://api.cirrus-ci.com/github/rust-lang/libc.svg

0 commit comments

Comments
 (0)