From 7c4b2a020dff7a7a6c7d22bc451415247b9632d0 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Mon, 28 Nov 2016 09:30:11 +0100 Subject: [PATCH] bumped bitflags to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 339c6716..1bc65a72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ name="events" harness=false [dependencies] -bitflags = "0.6" +bitflags = "0.7" libc = "0.2" rand = "0.3" lazy_static="0.2"