From 923c801814368043bf3b8f2ee2038f1dfe2531a5 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 9 Jul 2017 14:08:01 +0200 Subject: [PATCH] Fix gtypes version constraint --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5158a2ad..33d608fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ keywords = ["libnotify", "notification"] [dependencies] libnotify-sys = "0.3" -gtypes = "0.2" glib-sys = "^0.3.4" +gtypes = "^0.2.0"