aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api/Cargo.toml')
-rw-r--r--crates/ra_ide_api/Cargo.toml2
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" }
26test_utils = { path = "../test_utils" } 26test_utils = { path = "../test_utils" }
27 27
28[dev-dependencies] 28[dev-dependencies]
29insta = "0.5.1" 29insta = "0.6.1"
30 30
31[features] 31[features]
32jemalloc = [ "jemallocator", "jemalloc-ctl" ] 32jemalloc = [ "jemallocator", "jemalloc-ctl" ]