Skip to content

Commit

Permalink
Merge pull request #31 from strawlab/dependabot/cargo/windows-0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw authored Feb 25, 2022
2 parents 095dd5e + 5caf45c commit 11992da
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 = {version="0.32", features = ["Globalization"]}
windows = {version="0.33", features = ["Globalization"]}

[target.'cfg(target_os = "windows")'.build-dependencies]
windows = "0.32"
windows = "0.33"

0 comments on commit 11992da

Please sign in to comment.