diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-23 12:01:29 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-23 12:01:29 +0100 |
commit | 37e1d1c526e4d777a8e78088d830d73e2c6e0e90 (patch) | |
tree | cbb55f3a07244c087aeb50f4e798c56acfecad7d /crates/ra_ide_db/Cargo.toml | |
parent | 8a49f937936e7c7a886fc859905bb40f53bc47e3 (diff) | |
parent | 4f7a3fba59269a2b37b78655a10778ba5af796bd (diff) |
Merge #5503
5503: Replace superslice with API on path to stabilization r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_db/Cargo.toml')
-rw-r--r-- | crates/ra_ide_db/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_ide_db/Cargo.toml b/crates/ra_ide_db/Cargo.toml index bcddad60c..2716a38cc 100644 --- a/crates/ra_ide_db/Cargo.toml +++ b/crates/ra_ide_db/Cargo.toml | |||
@@ -16,10 +16,11 @@ log = "0.4.8" | |||
16 | rayon = "1.3.0" | 16 | rayon = "1.3.0" |
17 | fst = { version = "0.4", default-features = false } | 17 | fst = { version = "0.4", default-features = false } |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | superslice = "1.0.0" | ||
20 | once_cell = "1.3.1" | 19 | once_cell = "1.3.1" |
21 | either = "1.5.3" | 20 | either = "1.5.3" |
22 | 21 | ||
22 | stdx = { path = "../stdx" } | ||
23 | |||
23 | ra_syntax = { path = "../ra_syntax" } | 24 | ra_syntax = { path = "../ra_syntax" } |
24 | ra_text_edit = { path = "../ra_text_edit" } | 25 | ra_text_edit = { path = "../ra_text_edit" } |
25 | ra_db = { path = "../ra_db" } | 26 | ra_db = { path = "../ra_db" } |