Skip to content

Commit

Permalink
Rollup merge of #103744 - palfrey:unwind-upgrade-cc, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Upgrade cc for working is_flag_supported on cross-compiles

rust-lang/rust#85806 fixed unwind v.s gcc support on later Android ndks using `is_flag_supported`. However, due to rust-lang/cc-rs#675, this didn't work properly on cross-compiles. rust-lang/cc-rs@3eeb50b fixes this, and was released in cc 1.0.74, hence the upgrade
  • Loading branch information
Manishearth authored Nov 14, 2022
2 parents 6723bf5 + 372b3ca commit e8be151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unwind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ compiler_builtins = "0.1.0"
cfg-if = "1.0"

[build-dependencies]
cc = "1.0.69"
cc = "1.0.76"

[features]

Expand Down

0 comments on commit e8be151

Please sign in to comment.