From f9a48ba2223e9cae08de4e6a1966b52752ba3bd9 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Wed, 11 Oct 2023 03:39:03 +0400 Subject: [PATCH] Bump smithay-clipboard and x11-clipboard --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1381fb..4b12b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ objc_id = "0.1" objc-foundation = "0.1" [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="ios", target_os="emscripten"))))'.dependencies] -x11-clipboard = { version = "0.7.0", optional = true } -smithay-clipboard = { version = "0.6.0", optional = true } +x11-clipboard = { version = "0.8.1", optional = true } +smithay-clipboard = { version = "0.7.0", optional = true }