aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-05 12:16:25 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-05 12:16:25 +0000
commit41838254750fac3822bfe43b04158977e5355e42 (patch)
tree6c8cda1424d329c464119059bd388db1be20a3c3 /crates/ra_ide_api
parent4d4c46aff8f9a7ce8c2f91fbe6c7c363f5d3e08c (diff)
parentc73cc0ab8fbd02027712844584e56a04dc41fcd7 (diff)
Merge #740
740: Update dependencies r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'crates/ra_ide_api')
-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" ]