diff options
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 908899129..54de9b2e3 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -26,7 +26,7 @@ hir = { path = "../ra_hir", package = "ra_hir" } | |||
26 | test_utils = { path = "../test_utils" } | 26 | test_utils = { path = "../test_utils" } |
27 | 27 | ||
28 | [dev-dependencies] | 28 | [dev-dependencies] |
29 | insta = "0.5.1" | 29 | insta = "0.6.1" |
30 | 30 | ||
31 | [features] | 31 | [features] |
32 | jemalloc = [ "jemallocator", "jemalloc-ctl" ] | 32 | jemalloc = [ "jemallocator", "jemalloc-ctl" ] |