From 86c53e06d57e14448c85f3ad5311d4a9457fb185 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Thu, 28 Aug 2014 13:58:27 -0600 Subject: [PATCH] Fix the Cargo dep path for libhubbub --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f9d91a..b0c7491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,8 @@ [package] - name = "hubbub" version = "0.1.0" authors = ["The Servo Project Developers"] [dependencies.hubbub-sys] - -path = "../libhubbub" +git = "https://github.com/servo/libhubbub"