diff options
Diffstat (limited to 'copypasta/Cargo.toml')
-rw-r--r-- | copypasta/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml index 3b9dd48c..8248ddbd 100644 --- a/copypasta/Cargo.toml +++ b/copypasta/Cargo.toml @@ -16,7 +16,7 @@ objc_id = "0.1" objc-foundation = "0.1" [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies] -x11-clipboard = "0.3" +x11-clipboard = "0.4.0" smithay-clipboard = "0.3.4" wayland-client = { version = "0.23.3", features = ["dlopen"] } |