aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChetan Khilosiya <[email protected]>2021-02-22 19:14:58 +0000
committerChetan Khilosiya <[email protected]>2021-02-22 19:29:16 +0000
commiteb6cfa7f157690480fca5d55c69dba3fae87ad4f (patch)
treea49a763fee848041fd607f449ad13a0b1040636e /Cargo.lock
parente4756cb4f6e66097638b9d101589358976be2ba8 (diff)
7526: Renamed create ssr to ide_ssr.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock32
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 477440f5f..e101ce4af 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -592,6 +592,7 @@ dependencies = [
592 "ide_assists", 592 "ide_assists",
593 "ide_completion", 593 "ide_completion",
594 "ide_db", 594 "ide_db",
595 "ide_ssr",
595 "indexmap", 596 "indexmap",
596 "itertools 0.10.0", 597 "itertools 0.10.0",
597 "log", 598 "log",
@@ -600,7 +601,6 @@ dependencies = [
600 "pulldown-cmark", 601 "pulldown-cmark",
601 "pulldown-cmark-to-cmark", 602 "pulldown-cmark-to-cmark",
602 "rustc-hash", 603 "rustc-hash",
603 "ssr",
604 "stdx", 604 "stdx",
605 "syntax", 605 "syntax",
606 "test_utils", 606 "test_utils",
@@ -666,6 +666,20 @@ dependencies = [
666] 666]
667 667
668[[package]] 668[[package]]
669name = "ide_ssr"
670version = "0.0.0"
671dependencies = [
672 "expect-test",
673 "hir",
674 "ide_db",
675 "itertools 0.10.0",
676 "rustc-hash",
677 "syntax",
678 "test_utils",
679 "text_edit",
680]
681
682[[package]]
669name = "idna" 683name = "idna"
670version = "0.2.2" 684version = "0.2.2"
671source = "registry+https://github.com/rust-lang/crates.io-index" 685source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1348,6 +1362,7 @@ dependencies = [
1348 "hir_ty", 1362 "hir_ty",
1349 "ide", 1363 "ide",
1350 "ide_db", 1364 "ide_db",
1365 "ide_ssr",
1351 "itertools 0.10.0", 1366 "itertools 0.10.0",
1352 "jemallocator", 1367 "jemallocator",
1353 "jod-thread", 1368 "jod-thread",
@@ -1367,7 +1382,6 @@ dependencies = [
1367 "serde", 1382 "serde",
1368 "serde_json", 1383 "serde_json",
1369 "serde_path_to_error", 1384 "serde_path_to_error",
1370 "ssr",
1371 "stdx", 1385 "stdx",
1372 "syntax", 1386 "syntax",
1373 "test_utils", 1387 "test_utils",
@@ -1573,20 +1587,6 @@ dependencies = [
1573] 1587]
1574 1588
1575[[package]] 1589[[package]]
1576name = "ssr"
1577version = "0.0.0"
1578dependencies = [
1579 "expect-test",
1580 "hir",
1581 "ide_db",
1582 "itertools 0.10.0",
1583 "rustc-hash",
1584 "syntax",
1585 "test_utils",
1586 "text_edit",
1587]
1588
1589[[package]]
1590name = "stdx" 1590name = "stdx"
1591version = "0.0.0" 1591version = "0.0.0"
1592dependencies = [ 1592dependencies = [