Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_diagnostics/Cargo.toml')
| -rw-r--r-- | crates/ide_diagnostics/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ide_diagnostics/Cargo.toml b/crates/ide_diagnostics/Cargo.toml index 3d3eba3ba4..20bd4a2ed2 100644 --- a/crates/ide_diagnostics/Cargo.toml +++ b/crates/ide_diagnostics/Cargo.toml @@ -12,7 +12,8 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" itertools = "0.10.3" -rustc-hash = "1.1.0" + + either = "1.6.1" profile = { path = "../profile", version = "0.0.0" } |