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 9f2e5188..17541fb8 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -35,7 +35,7 @@ helix-vcs = { version = "0.6", path = "../helix-vcs" } helix-loader = { version = "0.6", path = "../helix-loader" } anyhow = "1" -once_cell = "1.16" +once_cell = "1.17" which = "4.2" |