Skip to content

Commit

Permalink
Update windows-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Aug 18, 2021
1 parent 0e281bc commit 2b64f38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ url = "2.1.0"

[target.'cfg(windows)'.dependencies]
scopeguard = "1.0.0"
windows = "0.8.0"

# Can't update to the latest version because there was a limitation
# introduced that affects this library as well
# https://github.com/microsoft/windows-rs/pull/909#issuecomment-869595631
windows = "0.9.0"

0 comments on commit 2b64f38

Please sign in to comment.