Update dependencies
This commit is contained in:
parent
a74f4c9888
commit
a61230b012
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "libnotify"
|
name = "libnotify"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Mika Attila <radiantstatue@gmail.com>"]
|
authors = ["Mika Attila <radiantstatue@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Rust bindings to libnotify"
|
description = "Rust bindings to libnotify"
|
||||||
@ -11,6 +11,6 @@ documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/"
|
|||||||
keywords = ["libnotify", "notification"]
|
keywords = ["libnotify", "notification"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libnotify-sys = "0.2.0"
|
libnotify-sys = "0.3"
|
||||||
glib-2-0-sys = "0.46.0"
|
glib-2-0-sys = "0.46.0"
|
||||||
gtypes = "0.1.2"
|
gtypes = "0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user