Skip to content

Commit

Permalink
Merge pull request #3 from strawlab/dependabot/cargo/windows-0.4
Browse files Browse the repository at this point in the history
Update windows requirement from 0.3 to 0.4
  • Loading branch information
astraw authored Mar 11, 2021
2 parents 7f14da1 + b29c4c1 commit 9c26851
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 @@ -14,7 +14,7 @@ readme = "README.md"
core-foundation = "0.9"

[target.'cfg(target_os = "windows")'.dependencies]
windows = "0.3"
windows = "0.4"

[target.'cfg(target_os = "windows")'.build-dependencies]
windows = "0.3"
windows = "0.4"

0 comments on commit 9c26851

Please sign in to comment.