mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-18 16:30:32 +08:00
chore(deps): revert tray-icon patch
Patch PR is merged.
This commit is contained in:
parent
65653594c7
commit
a940445081
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -9019,8 +9019,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tray-icon"
|
name = "tray-icon"
|
||||||
version = "0.21.2"
|
version = "0.21.3"
|
||||||
source = "git+https://github.com/clash-verge-rev/tray-icon?branch=fix%2Ftray-icon-create#ef2e99ac9959571f5a2540023ab2fc914395f805"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"dirs 6.0.0",
|
"dirs 6.0.0",
|
||||||
|
|||||||
@ -75,8 +75,8 @@ deelevate = "0.2.0"
|
|||||||
# *********************************
|
# *********************************
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
|
# Patches until https://github.com/tauri-apps/tao/pull/1167 is merged.
|
||||||
tao = { git = "https://github.com/tauri-apps/tao" }
|
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]
|
[workspace.lints.clippy]
|
||||||
correctness = { level = "deny", priority = -1 }
|
correctness = { level = "deny", priority = -1 }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user