diff options
| author | Chetan Khilosiya <chetan.khilosiya@gmail.com> | 2021-02-23 00:44:58 +0530 |
|---|---|---|
| committer | Chetan Khilosiya <chetan.khilosiya@gmail.com> | 2021-02-23 00:59:16 +0530 |
| commit | eb6cfa7f157690480fca5d55c69dba3fae87ad4f (patch) | |
| tree | a49a763fee848041fd607f449ad13a0b1040636e /Cargo.lock | |
| parent | e4756cb4f6e66097638b9d101589358976be2ba8 (diff) | |
| download | rust-eb6cfa7f157690480fca5d55c69dba3fae87ad4f.tar.gz rust-eb6cfa7f157690480fca5d55c69dba3fae87ad4f.zip | |
7526: Renamed create ssr to ide_ssr.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock index 477440f5fd3..e101ce4af61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,6 +592,7 @@ dependencies = [ "ide_assists", "ide_completion", "ide_db", + "ide_ssr", "indexmap", "itertools 0.10.0", "log", @@ -600,7 +601,6 @@ dependencies = [ "pulldown-cmark", "pulldown-cmark-to-cmark", "rustc-hash", - "ssr", "stdx", "syntax", "test_utils", @@ -666,6 +666,20 @@ dependencies = [ ] [[package]] +name = "ide_ssr" +version = "0.0.0" +dependencies = [ + "expect-test", + "hir", + "ide_db", + "itertools 0.10.0", + "rustc-hash", + "syntax", + "test_utils", + "text_edit", +] + +[[package]] name = "idna" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1348,6 +1362,7 @@ dependencies = [ "hir_ty", "ide", "ide_db", + "ide_ssr", "itertools 0.10.0", "jemallocator", "jod-thread", @@ -1367,7 +1382,6 @@ dependencies = [ "serde", "serde_json", "serde_path_to_error", - "ssr", "stdx", "syntax", "test_utils", @@ -1573,20 +1587,6 @@ dependencies = [ ] [[package]] -name = "ssr" -version = "0.0.0" -dependencies = [ - "expect-test", - "hir", - "ide_db", - "itertools 0.10.0", - "rustc-hash", - "syntax", - "test_utils", - "text_edit", -] - -[[package]] name = "stdx" version = "0.0.0" dependencies = [ |
