From 7344b2703aad6a101d945c5692d74c123da1632c Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 2 Jun 2015 14:33:10 +0530 Subject: [PATCH] Bump bitflags version --- openssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 2f5fe207..a89e9f0c 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -23,7 +23,7 @@ path = "../openssl-sys" version = "0.6.2" [dependencies] -bitflags = "0.1.1" +bitflags = "0.2" lazy_static = "0.1" libc = "0.1"