From 1ca69bcf2f9748b4eb3aab58dce0abf18efbbbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E8=89=AF=E4=BB=94?= <32487868+cijiugechu@users.noreply.github.com> Date: Tue, 16 Jan 2024 01:52:49 +0800 Subject: [PATCH] fix(clipboard): build issues on wayland (fix #8515) (#8546) * fix(clipboard): fail to build on wayland * specify exact version * bump MSRV to 1.63 * revert msrv changes --------- Co-authored-by: Amr Bashir --- core/tauri-runtime-wry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index 80833f0d5..136e6df35 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -48,6 +48,6 @@ macos-private-api = [ ] objc-exception = [ "wry/objc-exception" ] global-shortcut = [ "tauri-runtime/global-shortcut" ] -clipboard = [ "tauri-runtime/clipboard", "arboard" ] +clipboard = [ "tauri-runtime/clipboard", "arboard/wayland-data-control" ] linux-headers = [ "wry/linux-headers", "webkit2gtk/v2_36" ] tracing = [ "dep:tracing", "wry/tracing" ]