Skip to content

Commit

Permalink
Pin bitflags module to version 1.0.4.
Browse files Browse the repository at this point in the history
1.0.5 causes rls to crash.  See rust-lang/rls#1449.
  • Loading branch information
garlond committed May 3, 2019
1 parent 164348c commit 862dc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -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"] }

0 comments on commit 862dc5a

Please sign in to comment.