Skip to content

Commit

Permalink
Enable 'std' for winapi, fixes #520
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbowes committed May 8, 2021
1 parent 36752fe commit 307bd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ utf8parse = "0.2"
skim = { version = "0.9", optional = true }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["consoleapi", "handleapi", "minwindef", "processenv", "winbase", "wincon", "winuser"] }
winapi = { version = "0.3", features = ["consoleapi", "handleapi", "minwindef", "processenv", "std", "winbase", "wincon", "winuser"] }
scopeguard = "1.1"

[dev-dependencies]
Expand Down

0 comments on commit 307bd32

Please sign in to comment.