Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
| -rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 34ceeb91..ab5dcd07 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -57,7 +57,7 @@ clipboard-win = { version = "5.4", features = ["std"] } [target.'cfg(unix)'.dependencies] libc = "0.2" -rustix = { version = "0.38", features = ["fs"] } +rustix = { version = "1.0", features = ["fs"] } [dev-dependencies] helix-tui = { path = "../helix-tui" } |