about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTom Parker-Shemilt <palfrey@tevp.net>2022-10-29 22:46:19 +0100
committerTom Parker-Shemilt <palfrey@tevp.net>2022-10-29 22:46:19 +0100
commit8dbd817af13f1248e307502a331d6bb1a091b177 (patch)
treea9130d4b9c6e4734c8cd5e757da7f37842209623
parent5e9772042948002f9c6f60c4c81603170035fffa (diff)
downloadrust-8dbd817af13f1248e307502a331d6bb1a091b177.tar.gz
rust-8dbd817af13f1248e307502a331d6bb1a091b177.zip
Upgrade cc for working is_flag_supported on cross-compiles
-rw-r--r--library/unwind/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/unwind/Cargo.toml b/library/unwind/Cargo.toml
index 69fce8d7795..dbd360065c8 100644
--- a/library/unwind/Cargo.toml
+++ b/library/unwind/Cargo.toml
@@ -20,7 +20,7 @@ compiler_builtins = "0.1.0"
 cfg-if = "0.1.8"
 
 [build-dependencies]
-cc = "1.0.69"
+cc = "1.0.74"
 
 [features]