From 676887af53b4cad74ac5b65d2af25a29d018b557 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 29 Jan 2024 15:38:34 +0100 Subject: [PATCH] Update `x11-clipboard` to `0.9.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19f53c6..35b3c83 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.8.1", optional = true } +x11-clipboard = { version = "0.9.0", optional = true } smithay-clipboard = { version = "0.7.0", optional = true }