Skip to content

Commit

Permalink
Merge pull request #10 from strawlab/dependabot/cargo/windows-0.10
Browse files Browse the repository at this point in the history
Update windows requirement from 0.9 to 0.10
  • Loading branch information
astraw authored May 13, 2021
2 parents b91cc12 + f786f65 commit c98962b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0"
core-foundation = "0.9"

[target.'cfg(target_os = "windows")'.dependencies]
windows = "0.9"
windows = "0.10"

[target.'cfg(target_os = "windows")'.build-dependencies]
windows = "0.9"
windows = "0.10"

0 comments on commit c98962b

Please sign in to comment.