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"