Skip to content

Commit

Permalink
Merge pull request #127 from strawlab/fix-windows-core-version
Browse files Browse the repository at this point in the history
correct windows-core dependency version
  • Loading branch information
astraw committed Feb 3, 2024
2 parents 0c4c159 + 1f5c177 commit 6b66d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
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-core = { version = ">=0.50, <=0.53" }
windows-core = { version = ">=0.50, <=0.52" }

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

0 comments on commit 6b66d30

Please sign in to comment.