Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
| -rw-r--r-- | helix-view/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 6f71fa05..f69f2982 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -40,8 +40,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std tokio-stream = "0.1" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } -slotmap = "1" - +slotmap.workspace = true chardetng = "0.1" serde = { version = "1.0", features = ["derive"] } |