alacritty/copypasta

clipboard-win dependency is outdated

rhysd opened this issue · 1 comments

Currently this crate depends on clipboard-win v3 but the version is quite old. clipboard-win v4 was released 3 years ago and the latest version v4.5.0 was released 11 months ago. The implementation would be stable.

https://crates.io/crates/clipboard-win/versions

I want to use more recent version of clipboard-win through copypasta crate. Specifically, clipboard-win v3 does not allow setting an empty string to clipboard. And the limitation was removed at clipboard-win v4.4.0.

Patches welcome, no maintainer owns Windows hardware so it certainly receives less focus.