From f6229fed25224e14b8bd63148c1095644c48288e Mon Sep 17 00:00:00 2001 From: Mika Attila Date: Mon, 9 Mar 2015 21:04:13 +0100 Subject: [PATCH] Depend on crates.io packages instead of git --- Cargo.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 411e7ea0..d66e46dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,6 @@ name = "libnotify" version = "0.0.1" authors = ["Mika Attila "] -[dependencies.libnotify-sys] -git = "https://github.com/crumblingstatue/rust-libnotify-sys.git" - -[dependencies.glib-2_0-sys] -git = "https://github.com/crumblingstatue/glib-sys.git" -branch = "integ" +[dependencies] +libnotify-sys = "*" +glib-2_0-sys = "*"