From 49f09df64a76c709a05c16579f7c40720bfb74aa Mon Sep 17 00:00:00 2001 From: "Ospald, Julian" Date: Tue, 11 Jul 2017 15:59:24 +0200 Subject: [PATCH] Remove obsolete dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a44be64..d8ed32f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ documentation = "https://hasufell.github.io/rust-libnotify/libnotify/" keywords = ["libnotify", "notification"] [dependencies] -error-chain = "^0.10.0" gdk-pixbuf = "^0.1.3" gdk-pixbuf-sys = "^0.3.4" glib = "^0.1.3"