From 862dc5aedc23f60cd9e14b186f32b4236b2260da Mon Sep 17 00:00:00 2001 From: Cid Garlond Date: Fri, 3 May 2019 11:24:09 -0700 Subject: [PATCH] Pin bitflags module to version 1.0.4. 1.0.5 causes rls to crash. See https://github.com/rust-lang/rls/issues/1449. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 16fc62e..54ec981 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,6 @@ serde = "1.0.80" lazy_static = "1.1.0" log = "0.4.5" linked_hash_set = "0.1.3" +bitflags = "1.0.4" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.6", features = ["minwindef", "windef", "winuser"] }