aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2019-03-05 15:26:36 +0000
committerkjeremy <[email protected]>2019-03-05 15:26:36 +0000
commiteb3ee7b8e5835775bee36fcd2cae2ff366627098 (patch)
tree16624e0562e6cd2f3ad7c83dae9e7e117eef8c5b /crates/ra_ide_api/Cargo.toml
parent738f2c6fc356a213c21e3bcb79dcac281861cfcb (diff)
Updates
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 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" }
27ra_assists = { path = "../ra_assists" } 27ra_assists = { path = "../ra_assists" }
28 28
29[dev-dependencies] 29[dev-dependencies]
30insta = "0.6.1" 30insta = "0.7.0"
31 31
32[features] 32[features]
33jemalloc = [ "jemallocator", "jemalloc-ctl" ] 33jemalloc = [ "jemallocator", "jemalloc-ctl" ]