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 706453ae..9be29b0f 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -30,7 +30,7 @@ helix-dap = { version = "0.6", path = "../helix-dap" } helix-loader = { version = "0.6", path = "../helix-loader" } anyhow = "1" -once_cell = "1.10" +once_cell = "1.12" which = "4.2" ropey = { version = "1.4", default-features = false } |