diff --git a/Cargo.toml b/Cargo.toml index 0a897b4c..f16a55f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/" keywords = ["libnotify", "notification"] [dependencies] -error-chain = ">=0.10.0" -gdk-pixbuf = { git = "https://github.com/gtk-rs/gdk-pixbuf.git" } -gdk-pixbuf-sys = { git = "https://github.com/gtk-rs/sys" } -glib = { git = "https://github.com/gtk-rs/glib.git" } -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } -libnotify-sys = { path = "libnotify-sys" } +error-chain = "^0.10.0" +gdk-pixbuf = "^0.1.3" +gdk-pixbuf-sys = "^0.3.4" +glib = "^0.1.3" +glib-sys = "^0.3.4" +gobject-sys = "^0.3.4" +libnotify-sys = "^1.0.0" diff --git a/libnotify-sys/Cargo.toml b/libnotify-sys/Cargo.toml index d771d772..645758cd 100644 --- a/libnotify-sys/Cargo.toml +++ b/libnotify-sys/Cargo.toml @@ -6,13 +6,13 @@ bitflags = "^0.9.0" libc = "^0.2.0" [dependencies.gdk-pixbuf-sys] -git = "https://github.com/gtk-rs/sys" +version = "^0.3.4" [dependencies.glib-sys] -git = "https://github.com/gtk-rs/sys" +version = "^0.3.4" [dependencies.gobject-sys] -git = "https://github.com/gtk-rs/sys" +version = "^0.3.4" [lib] name = "libnotify_sys"