diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-03 22:29:30 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-03 22:29:30 +0000 |
commit | 5c35539f0f69472546253d415c30f524d0a1a212 (patch) | |
tree | fb385c03f3fdd627e9a8a97b329fac347c818e84 /crates/ra_hir/Cargo.toml | |
parent | e811be0fdca02b8aafc5da0109c655030232b4af (diff) | |
parent | 3603d0213480c7b3423345d21243397eb904a073 (diff) |
Merge #2171
2171: Reexport relative_path from ra_db r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index fae5dc7cb..324961328 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -7,7 +7,6 @@ authors = ["rust-analyzer developers"] | |||
7 | [dependencies] | 7 | [dependencies] |
8 | arrayvec = "0.5.1" | 8 | arrayvec = "0.5.1" |
9 | log = "0.4.5" | 9 | log = "0.4.5" |
10 | relative-path = "1.0.0" | ||
11 | rustc-hash = "1.0" | 10 | rustc-hash = "1.0" |
12 | parking_lot = "0.9.0" | 11 | parking_lot = "0.9.0" |
13 | ena = "0.13" | 12 | ena = "0.13" |