From e7d941231e784bde3412a5cec786753d54e633fb Mon Sep 17 00:00:00 2001 From: Dan Burkert Date: Thu, 25 Feb 2016 22:30:27 -0800 Subject: [PATCH] bump bitflags version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43b379f..c7d67dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "lmdb-sys" version = "0.5.0" [dependencies] -bitflags = "0.3" +bitflags = "0.4" libc = "0.2" [dev-dependencies]