From 7556615e78b940afae0cf7cc7c8b36d16628ea90 Mon Sep 17 00:00:00 2001 From: Mika Attila Date: Sat, 24 Oct 2015 14:54:47 +0200 Subject: [PATCH] Specify exact versions of dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 990f8138..5fd60063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"