From 8a4db300820388d22b7b1a34ad0d9dad9a3b6db6 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 3 Jun 2015 12:30:14 -0600 Subject: [PATCH] Change mac dependeny to crates.io. --- Cargo.toml | 4 +--- macros/Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad0c633b..6beba0d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,15 +15,13 @@ time = "0" log = "0" phf = "0.7" phf_macros = "0.7" +mac = "0.0.2" [dependencies.string_cache] git = "https://github.com/servo/string-cache" [dependencies.string_cache_plugin] git = "https://github.com/servo/string-cache" -[dependencies.mac] -git = "https://github.com/reem/rust-mac" - [dependencies.html5ever_macros] path = "macros" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 9bcecfbd..4df942bc 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -11,6 +11,4 @@ plugin = true [dependencies] rustc-serialize = "0" - -[dependencies.mac] -git = "https://github.com/reem/rust-mac" +mac = "0.0.2"