Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/line-index/Cargo.toml')
-rw-r--r--lib/line-index/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/line-index/Cargo.toml b/lib/line-index/Cargo.toml
index 0abc539e89..bea9242ea6 100644
--- a/lib/line-index/Cargo.toml
+++ b/lib/line-index/Cargo.toml
@@ -3,9 +3,9 @@ name = "line-index"
version = "0.1.0"
description = "Maps flat `TextSize` offsets into `(line, column)` representation."
license = "MIT OR Apache-2.0"
-repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/non-hash"
+repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/line-index"
edition = "2021"
[dependencies]
text-size = "1"
-non-hash = { version = "0.1.0", path = "../non-hash" }
+nohash-hasher.workspace = true