Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 45f4aa8911..89a1f68cce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -717,12 +717,10 @@ dependencies = [
"memchr",
"nohash-hasher",
"once_cell",
- "oorandom",
"parser",
"profile",
"rayon",
"rustc-hash",
- "sourcegen",
"span",
"stdx",
"syntax",
@@ -731,7 +729,6 @@ dependencies = [
"text-edit",
"tracing",
"triomphe",
- "xshell",
]
[[package]]
@@ -916,6 +913,7 @@ name = "line-index"
version = "0.1.1"
dependencies = [
"nohash-hasher",
+ "oorandom",
"text-size",
]