From f4afe615dddf367f4f7eaa18093f17c47c4e3e18 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 6 Jul 2015 09:49:28 +0200 Subject: [PATCH] Unpin the bitflags version. This dependency causes Servo to depend on multiple versions of the bitflags crate. --- openssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 3e3c34deb..6cba01007 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -24,7 +24,7 @@ path = "../openssl-sys" version = "0.6.3" [dependencies] -bitflags = "0.2" +bitflags = ">= 0.2, < 0.4" lazy_static = "0.1" libc = "0.1" -- GitLab