Skip to content

Commit

Permalink
Merge pull request #101 from strawlab/dependabot/cargo/windows-0.47.0
Browse files Browse the repository at this point in the history
Update windows requirement from 0.46.0 to 0.47.0
  • Loading branch information
astraw authored Mar 30, 2023
2 parents a495d32 + 6f1940d commit c3e162d
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 @@ -25,7 +25,7 @@ android_system_properties = "0.1.5"
core-foundation-sys = "0.8.3"

[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.46.0", features = [ "Globalization" ] }
windows = { version = "0.47.0", features = [ "Globalization" ] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.50"
Expand Down

0 comments on commit c3e162d

Please sign in to comment.