aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBenjamin Coenen <[email protected]>2020-05-23 19:59:18 +0100
committerBenjamin Coenen <[email protected]>2020-05-23 19:59:18 +0100
commit48d7c61e26398fa33b94e0e4bd0d2d1697ed4921 (patch)
tree7d22388871a7f4cb261cf37148c31fea91772d63 /Cargo.lock
parent43339058e32e8bb0d218390b9df5b5a68fe57ca7 (diff)
add support of feature flag for runnables #4464
Signed-off-by: Benjamin Coenen <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c06236692..b406522d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1387,17 +1387,20 @@ dependencies = [
1387 "lsp-types", 1387 "lsp-types",
1388 "parking_lot", 1388 "parking_lot",
1389 "pico-args", 1389 "pico-args",
1390 "ra_cfg",
1390 "ra_db", 1391 "ra_db",
1391 "ra_flycheck", 1392 "ra_flycheck",
1392 "ra_hir", 1393 "ra_hir",
1393 "ra_hir_def", 1394 "ra_hir_def",
1394 "ra_hir_ty", 1395 "ra_hir_ty",
1395 "ra_ide", 1396 "ra_ide",
1397 "ra_mbe",
1396 "ra_proc_macro_srv", 1398 "ra_proc_macro_srv",
1397 "ra_prof", 1399 "ra_prof",
1398 "ra_project_model", 1400 "ra_project_model",
1399 "ra_syntax", 1401 "ra_syntax",
1400 "ra_text_edit", 1402 "ra_text_edit",
1403 "ra_tt",
1401 "ra_vfs", 1404 "ra_vfs",
1402 "rand", 1405 "rand",
1403 "relative-path", 1406 "relative-path",