From 38e45aafa93d45b2b5594d498351808f92669644 Mon Sep 17 00:00:00 2001 From: Pine Date: Tue, 18 Aug 2026 01:57:15 +0800 Subject: [PATCH] =?UTF-8?q?chore(tauri):=20=E6=8A=91=E5=88=B6=20vendor=20w?= =?UTF-8?q?ry=20=E6=BA=90=E7=A0=81=E7=9A=84=20deprecated/unused=5Funsafe?= =?UTF-8?q?=20=E8=AD=A6=E5=91=8A=EF=BC=8817=20=E4=B8=AA=E5=BD=92=E9=9B=B6?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/vendor/wry/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-tauri/vendor/wry/src/lib.rs b/src-tauri/vendor/wry/src/lib.rs index 38fbc9e..aa0dce4 100644 --- a/src-tauri/vendor/wry/src/lib.rs +++ b/src-tauri/vendor/wry/src/lib.rs @@ -341,6 +341,8 @@ #![allow(clippy::new_without_default)] #![allow(clippy::default_constructed_unit_structs)] #![allow(clippy::type_complexity)] +// PATCH: 本地 vendor 版本,抑制上游 deprecated/unused_unsafe 警告(macOS 26 兼容性补丁) +#![allow(deprecated, unused_unsafe)] #![cfg_attr(docsrs, feature(doc_cfg))] // #[cfg(any(target_os = "macos", target_os = "ios"))]