aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTrevor Reiff <trevorreiff@gmail.com>2017-10-13 15:38:43 -0400
committerTrevor Reiff <trevorreiff@gmail.com>2017-10-13 15:38:43 -0400
commit95fe3cca5b823c377c04792209ba6ac03b87e990 (patch)
treeeed19b268c8203fe90cf7523f2f00f024b11d815 /Cargo.toml
parent220fa2800e05a6fea493016f47e31e5671b11af1 (diff)
downloadlibc-95fe3cca5b823c377c04792209ba6ac03b87e990.tar.gz
Add `project_name` attribute to appveyor badge.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]