Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 123b06e0cc..c7b0228e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,10 +74,14 @@ toolchain = { path = "./crates/toolchain", version = "0.0.0" } tt = { path = "./crates/tt", version = "0.0.0" } vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" } vfs = { path = "./crates/vfs", version = "0.0.0" } -line-index = { version = "0.1.0", path = "./lib/line-index" } +line-index = { version = "0.1.0-pre.1", path = "./lib/line-index" } # non-local crates -smallvec = { version = "1.10.0", features = ["const_new", "union", "const_generics"] } +smallvec = { version = "1.10.0", features = [ + "const_new", + "union", + "const_generics", +] } smol_str = "0.2.0" nohash-hasher = "0.2.0" text-size = "1.1.0" |