From d979d8a2d1a7499c51a2fee4b0b1fbf1e0daae47 Mon Sep 17 00:00:00 2001 From: Mikhail Zabaluev Date: Fri, 23 Oct 2015 23:34:09 +0300 Subject: [PATCH] Renamed glib packages I'm going to normalize the package names in gi-rust, while also switching to generated code that provides nearly all of the library API. This package is one of the few that depends on the current name. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed620aa..990f8138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ keywords = ["libnotify", "notification"] [dependencies] libnotify-sys = "*" -glib-2_0-sys = "*" +glib-2-0-sys = "*" gtypes = "*"