From a951e61a6cb0cd7055f4e77308a9c1709016226d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 2 Sep 2017 01:00:43 +0200 Subject: [PATCH] Update libnotify deps --- Cargo.toml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c425ac65..2b565737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,24 @@ [package] -name = "libnotify" -version = "1.0.1" -authors = ["Mika Attila ", "Julian Ospald "] -license = "MIT" +authors = [ + "Mika Attila ", + "Julian Ospald ", +] description = "Rust bindings to libnotify" +documentation = "https://hasufell.github.io/rust-libnotify/libnotify/" +keywords = [ + "libnotify", + "notification", +] +license = "MIT" +name = "libnotify" readme = "README.md" repository = "https://github.com/hasufell/rust-libnotify" -documentation = "https://hasufell.github.io/rust-libnotify/libnotify/" -keywords = ["libnotify", "notification"] +version = "1.0.2" [dependencies] -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" +gdk-pixbuf = "^0.2.0" +gdk-pixbuf-sys = "^0.4.0" +glib = "^0.3.1" +glib-sys = "^0.4.0" +gobject-sys = "^0.4.0" +libnotify-sys = "^1.0.1"