aboutsummaryrefslogtreecommitdiff
path: root/helix-view/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r--helix-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index fc209b00..335779bc 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -50,7 +50,7 @@ parking_lot = "0.12.1"
[target.'cfg(windows)'.dependencies]
-clipboard-win = { version = "5.1", features = ["std"] }
+clipboard-win = { version = "5.2", features = ["std"] }
[target.'cfg(unix)'.dependencies]
libc = "0.2"