diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-05 15:31:10 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-05 15:31:10 +0000 |
commit | ab288a32f9a95e3ca5e9e42f9c6f59bb3849f26e (patch) | |
tree | 16624e0562e6cd2f3ad7c83dae9e7e117eef8c5b /crates/ra_ide_api | |
parent | 738f2c6fc356a213c21e3bcb79dcac281861cfcb (diff) | |
parent | eb3ee7b8e5835775bee36fcd2cae2ff366627098 (diff) |
Merge #938
938: Updates r=matklad a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ra_ide_api')
-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 1d907bda2..40b7a8d0a 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -27,7 +27,7 @@ test_utils = { path = "../test_utils" } | |||
27 | ra_assists = { path = "../ra_assists" } | 27 | ra_assists = { path = "../ra_assists" } |
28 | 28 | ||
29 | [dev-dependencies] | 29 | [dev-dependencies] |
30 | insta = "0.6.1" | 30 | insta = "0.7.0" |
31 | 31 | ||
32 | [features] | 32 | [features] |
33 | jemalloc = [ "jemallocator", "jemalloc-ctl" ] | 33 | jemalloc = [ "jemallocator", "jemalloc-ctl" ] |