修复windows下kill_tree包特性处理
This commit is contained in:
1
src-tauri/Cargo.lock
generated
1
src-tauri/Cargo.lock
generated
@@ -2717,6 +2717,7 @@ checksum = "f3879339076ac4da142cc852d91693462927cbc99773b5ea422e4834e68c4ff2"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"nix 0.27.1",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"windows 0.52.0",
|
||||
]
|
||||
|
||||
@@ -56,7 +56,7 @@ tauri-plugin-process = "2"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }
|
||||
kill_tree = "0.2"
|
||||
kill_tree = { version = "0.2", features = ["tokio"] }
|
||||
|
||||
[patch.crates-io]
|
||||
sacp-tokio = { path = "vendor/sacp-tokio" }
|
||||
|
||||
Reference in New Issue
Block a user