Skip to content

Commit

Permalink
Set patch to latest for windows-targets
Browse files Browse the repository at this point in the history
`windows-targets` apparently has breaking changes in patch versions as show in #40, so this just sets the version to the latest that compiles correctly. If they make further breaking chnanges we might need to pin it, but hopefully that won't happen. Another option is just to remove the dependency altogether since it's not really doing anything to be honest.
  • Loading branch information
Jake-Shadle authored Nov 2, 2023
1 parent 420527e commit e3c6ff1
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 @@ -73,7 +73,7 @@ features = ["blocking", "gzip"]
libc = "0.2"

[target.'cfg(windows)'.dependencies]
windows-targets = "0.48"
windows-targets = "0.48.5"

[dev-dependencies]
cargo_metadata = "0.18"
Expand Down

0 comments on commit e3c6ff1

Please sign in to comment.