diff options
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 415a40b5..cda238fe 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -23,7 +23,7 @@ helix-view = { path = "../helix-view", features = ["term"]} helix-lsp = { path = "../helix-lsp"} anyhow = "1" -once_cell = "1.4" +once_cell = "1.8" tokio = { version = "1", features = ["full"] } num_cpus = "1" |