Add `project_name` attribute to appveyor badge.

This commit is contained in:
Trevor Reiff 2017-10-13 15:38:43 -04:00
parent 220fa2800e
commit 95fe3cca5b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ other common platform libraries.
[badges]
travis-ci = { repository = "rust-lang/libc" }
appveyor = { repository = "rust-lang-libs/libc" }
appveyor = { repository = "rust-lang/libc", project_name = "rust-lang-libs/libc" }
[features]
default = ["use_std"]