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 ae65a7cb..3b9dd48c 100644 --- a/copypasta/Cargo.toml +++ b/copypasta/Cargo.toml @@ -17,7 +17,7 @@ objc-foundation = "0.1" [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies] x11-clipboard = "0.3" -smithay-clipboard = "0.3.2" +smithay-clipboard = "0.3.4" wayland-client = { version = "0.23.3", features = ["dlopen"] } [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dev-dependencies] |