From 46b4d9e38060ec476d2751e51ffae0fbad8b7fd8 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 2 Jun 2015 14:31:28 +0530 Subject: [PATCH] Move bitflags up --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3befa6..092359a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ name = "xlib" crate-type = ["rlib"] [dependencies] -bitflags = "0.1" +bitflags = "0.2" libc = "*"