Skip to content

Commit

Permalink
fix dependabot-given version
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Feb 24, 2024
1 parent 6b07c79 commit 73b1e9d
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-core = { version = ">=0.50, <=0.54" }
windows-core = { version = ">=0.50, <=0.53" }

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

0 comments on commit 73b1e9d

Please sign in to comment.