diff options
author | Wilco Kusee <[email protected]> | 2019-03-22 20:22:03 +0000 |
---|---|---|
committer | Wilco Kusee <[email protected]> | 2019-03-22 20:22:03 +0000 |
commit | 4e6d0933cce60a883fc6b58d12523acf72d9756a (patch) | |
tree | f668fe8fc9eb37fb07539a31740caa49c5cac015 /crates | |
parent | 6e324d38d6ef3e250ff32a397f4777699e006f7f (diff) |
Disable memmap feature in fst dependency
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index ac8c8057b..e80559742 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -10,7 +10,7 @@ join_to_string = "0.1.3" | |||
10 | log = "0.4.5" | 10 | log = "0.4.5" |
11 | relative-path = "0.4.0" | 11 | relative-path = "0.4.0" |
12 | rayon = "1.0.2" | 12 | rayon = "1.0.2" |
13 | fst = "0.3.1" | 13 | fst = { version = "0.3.1", default-features = false } |
14 | rustc-hash = "1.0" | 14 | rustc-hash = "1.0" |
15 | parking_lot = "0.7.0" | 15 | parking_lot = "0.7.0" |
16 | unicase = "2.2.0" | 16 | unicase = "2.2.0" |