Specify exact versions of dependencies

This commit is contained in:
Mika Attila 2015-10-24 14:54:47 +02:00
parent 1636812abc
commit 7556615e78
1 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@ documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/"
keywords = ["libnotify", "notification"]
[dependencies]
libnotify-sys = "*"
glib-2-0-sys = "*"
gtypes = "*"
libnotify-sys = "0.2.0"
glib-2-0-sys = "0.46.0"
gtypes = "0.1.2"