Skip to content

Commit 84d71bf

Browse files
authored
fix: windows-sys features for Win32_Storage_FileSystem and Win32_System_Threading (#2417)
1 parent 2a6cad4 commit 84d71bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yazi-adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tracing = { workspace = true }
2929
libc = { workspace = true }
3030

3131
[target.'cfg(windows)'.dependencies]
32-
windows-sys = { version = "0.59.0", features = [ "Win32_UI_Shell" ] }
32+
windows-sys = { version = "0.59.0", features = [ "Win32_Storage_FileSystem", "Win32_System_Threading" ] }
3333

3434
[target.'cfg(target_os = "macos")'.dependencies]
3535
crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] }

0 commit comments

Comments
 (0)