Update libnotify dep

This commit is contained in:
Julian Ospald 2017-09-02 01:24:20 +02:00
parent 31eb47a26b
commit 05e8c772c2
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
authors = ["Julian Ospald <hasufell@posteo.de>"]
name = "pnmixer-rs"
version = "0.1.1"
version = "0.1.2"
[[bin]]
doc = false
@ -24,7 +24,7 @@ gobject-sys = "^0.4.0"
gtk-sys = "^0.4.0"
lazy_static = "^0.2.8"
libc = "^0.2.30"
libnotify = { version = "^1.0.1", optional = true }
libnotify = { version = "^1.0.2", optional = true }
log = "^0.3.8"
png = "^0.9.0"
serde = "^1.0.11"