From a4e601ab7b7addafbd38adca51429a92e78476c4 Mon Sep 17 00:00:00 2001 From: Tobias Stolzmann Date: Sun, 8 Oct 2017 14:50:57 +0200 Subject: [PATCH] Fix badges This might have been forgotten when this crate was recently renamed. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1391ad..3b2b6f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ readme = "README.md" categories = ["development-tools"] [badges] -travis-ci = { repository = "alexcrichton/gcc-rs" } -appveyor = { repository = "alexcrichton/gcc-rs" } +travis-ci = { repository = "alexcrichton/cc-rs" } +appveyor = { repository = "alexcrichton/cc-rs" } [dependencies] rayon = { version = "0.8", optional = true }