Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-db/Cargo.toml')
-rw-r--r--crates/ide-db/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ide-db/Cargo.toml b/crates/ide-db/Cargo.toml
index 022eb7859c..a0b79d1764 100644
--- a/crates/ide-db/Cargo.toml
+++ b/crates/ide-db/Cargo.toml
@@ -37,8 +37,7 @@ text-edit.workspace = true
# something from some `hir-xxx` subpackage, reexport the API via `hir`.
hir.workspace = true
-# used to be a module, turned into its own library
-line-index = { version = "0.1.0", path = "../../lib/line-index" }
+line-index.workspace = true
[dev-dependencies]
expect-test = "1.4.0"