chore(deps): revert tray-icon patch

Patch PR is merged.
This commit is contained in:
Slinetrac
2026-01-04 11:47:32 +08:00
parent 65653594c7
commit a940445081
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -9019,8 +9019,9 @@ dependencies = [
[[package]]
name = "tray-icon"
version = "0.21.2"
source = "git+https://github.com/clash-verge-rev/tray-icon?branch=fix%2Ftray-icon-create#ef2e99ac9959571f5a2540023ab2fc914395f805"
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c"
dependencies = [
"crossbeam-channel",
"dirs 6.0.0",

View File

@@ -75,8 +75,8 @@ deelevate = "0.2.0"
# *********************************
[patch.crates-io]
# Patches until https://github.com/tauri-apps/tao/pull/1167 is merged.
tao = { git = "https://github.com/tauri-apps/tao" }
tray-icon = { git = "https://github.com/clash-verge-rev/tray-icon", branch = "fix/tray-icon-create" }
[workspace.lints.clippy]
correctness = { level = "deny", priority = -1 }