Skip to content

Commit c9624ab

Browse files
committed
fix: Fix missing feature issue due to hook module dependency
1 parent 54cf570 commit c9624ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malefic-3rd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ portable-pty = { version = "0.8", optional = true }
3535
futures-timer = { workspace = true, optional = true }
3636

3737
[target.'cfg(target_os = "windows")'.dependencies]
38-
winapi = { version = "0.3", features = ["winuser"] }
38+
winapi = { version = "0.3", features = ["winuser", "libloaderapi"] }
3939
detour = { git = "https://github.com/chainreactors/retour-rs", branch = "fix-nightly1.67.0-changes" }
4040

4141
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)