Update clipboard-win

This commit is contained in:
Ian Douglas Scott 2024-01-16 20:45:19 -08:00
parent cce758143e
commit d6224e1b03

View file

@ -16,7 +16,7 @@ raw-window-handle = "0.5"
thiserror = "1.0"
[target.'cfg(windows)'.dependencies]
clipboard-win = { version = "4.0", features = ["std"] }
clipboard-win = { version = "5.0", features = ["std"] }
[target.'cfg(target_os = "macos")'.dependencies]
clipboard_macos = { version = "0.1", path = "./macos" }