Update to new crate naming rules

This commit is contained in:
Mika Attila 2015-03-25 19:04:43 +01:00
parent d3ad5323fb
commit dac1075025
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
//! }
//! ```
extern crate "libnotify-sys" as sys;
extern crate "glib-2_0-sys" as glib;
extern crate libnotify_sys as sys;
extern crate glib_2_0_sys as glib;
use std::ffi::CString;
use std::marker::PhantomData;