Remove git dependencies

This commit is contained in:
Ospald, Julian 2017-07-11 15:40:33 +02:00
parent 091ee97b70
commit 03059f79c6
2 changed files with 10 additions and 10 deletions

View File

@ -10,10 +10,10 @@ documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/"
keywords = ["libnotify", "notification"] keywords = ["libnotify", "notification"]
[dependencies] [dependencies]
error-chain = ">=0.10.0" error-chain = "^0.10.0"
gdk-pixbuf = { git = "https://github.com/gtk-rs/gdk-pixbuf.git" } gdk-pixbuf = "^0.1.3"
gdk-pixbuf-sys = { git = "https://github.com/gtk-rs/sys" } gdk-pixbuf-sys = "^0.3.4"
glib = { git = "https://github.com/gtk-rs/glib.git" } glib = "^0.1.3"
glib-sys = { git = "https://github.com/gtk-rs/sys" } glib-sys = "^0.3.4"
gobject-sys = { git = "https://github.com/gtk-rs/sys" } gobject-sys = "^0.3.4"
libnotify-sys = { path = "libnotify-sys" } libnotify-sys = "^1.0.0"

View File

@ -6,13 +6,13 @@ bitflags = "^0.9.0"
libc = "^0.2.0" libc = "^0.2.0"
[dependencies.gdk-pixbuf-sys] [dependencies.gdk-pixbuf-sys]
git = "https://github.com/gtk-rs/sys" version = "^0.3.4"
[dependencies.glib-sys] [dependencies.glib-sys]
git = "https://github.com/gtk-rs/sys" version = "^0.3.4"
[dependencies.gobject-sys] [dependencies.gobject-sys]
git = "https://github.com/gtk-rs/sys" version = "^0.3.4"
[lib] [lib]
name = "libnotify_sys" name = "libnotify_sys"