diff options
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 46fd5810..e7a20496 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -46,7 +46,7 @@ which = "4.2" [target.'cfg(windows)'.dependencies] -clipboard-win = { version = "4.4", features = ["std"] } +clipboard-win = { version = "4.5", features = ["std"] } [dev-dependencies] helix-tui = { path = "../helix-tui" } |