diff --git a/Cargo.toml b/Cargo.toml index 63606e8a..7b144477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libnotify" -version = "0.2.0" +version = "0.3.0" authors = ["Mika Attila "] license = "MIT" description = "Rust bindings to libnotify" @@ -11,6 +11,6 @@ documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/" keywords = ["libnotify", "notification"] [dependencies] -libnotify-sys = "0.2.0" +libnotify-sys = "0.3" glib-2-0-sys = "0.46.0" -gtypes = "0.1.2" +gtypes = "0.2"