From 95fe3cca5b823c377c04792209ba6ac03b87e990 Mon Sep 17 00:00:00 2001 From: Trevor Reiff Date: Fri, 13 Oct 2017 15:38:43 -0400 Subject: [PATCH] Add `project_name` attribute to appveyor badge. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06782c5c..7e3627f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]