From af25627fdfc203b251aab330d4c8eb96e4452b21 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 3 Apr 2017 23:04:23 +0200 Subject: [PATCH] bump bitflags to 0.8 --- openssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index c9644a7a8..b6c5f5890 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -18,7 +18,7 @@ v102 = [] v110 = [] [dependencies] -bitflags = "0.7" +bitflags = "0.8" foreign-types = "0.2" lazy_static = "0.2" libc = "0.2" -- GitLab