Skip to content

Commit 49ffdf6

Browse files
committed
Auto merge of #804 - treiff:update-appveyor-badge, r=alexcrichton
Add `project_name` attribute to appveyor badge. There was a recent [issue](rust-lang/crates.io#587) in crates.io where appveyor is looking for a dash separated URL for the link to appveyors site: ``` https://ci.appveyor.com/project/rust-lang-libs/libc ``` and the actual repo name for the image badge url: ``` https://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true ``` We recently added the ability to specify a `project_name` that fixes this issue. You'll notice that currently on https://crates.io/crates/libc the appveyor badge on the right sidebar show `build unknown`, this PR will address that issue. Please let me know if you have any questions.
2 parents 220fa28 + 95fe3cc commit 49ffdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ other common platform libraries.
1515

1616
[badges]
1717
travis-ci = { repository = "rust-lang/libc" }
18-
appveyor = { repository = "rust-lang-libs/libc" }
18+
appveyor = { repository = "rust-lang/libc", project_name = "rust-lang-libs/libc" }
1919

2020
[features]
2121
default = ["use_std"]

0 commit comments

Comments
 (0)