Skip to content

Commit e8be151

Browse files
authored
Rollup merge of #103744 - palfrey:unwind-upgrade-cc, r=Mark-Simulacrum
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
2 parents 6723bf5 + 372b3ca commit e8be151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unwind/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compiler_builtins = "0.1.0"
2020
cfg-if = "1.0"
2121

2222
[build-dependencies]
23-
cc = "1.0.69"
23+
cc = "1.0.76"
2424

2525
[features]
2626

0 commit comments

Comments
 (0)