Skip to content

Commit

Permalink
Auto merge of #8909 - faern:bump-miow, r=alexcrichton
Browse files Browse the repository at this point in the history
Bump miow dependency to not invalidly assume memory layout

See rust-lang/rust#78802 and yoshuawuyts/miow#39
  • Loading branch information
bors committed Nov 29, 2020
2 parents ea541ba + f6a1618 commit 79b7d29
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 @@ -78,7 +78,7 @@ rustc-workspace-hack = "1.0.0"
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }

[target.'cfg(windows)'.dependencies]
miow = "0.3.1"
miow = "0.3.6"
fwdansi = "1.1.0"

[target.'cfg(windows)'.dependencies.winapi]
Expand Down

0 comments on commit 79b7d29

Please sign in to comment.