Update dependencies

This commit is contained in:
Mika Attila 2016-01-27 23:11:38 +01:00
parent a74f4c9888
commit a61230b012
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "libnotify"
version = "0.2.0"
version = "0.3.0"
authors = ["Mika Attila <radiantstatue@gmail.com>"]
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"