about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2021-05-27 03:02:09 +0200
committerGitHub <noreply@github.com>2021-05-27 03:02:09 +0200
commit0c53acc6f8ce7ecea99ca4844bd77334afaab3cb (patch)
tree3b3a6041956e527760d578eb3bd9ac8db080abca /src
parente7c94697867a9fe9e2956195f3235dbf2b0fec27 (diff)
parente238ee31d4d613da9458a84ad200195518b1bd39 (diff)
downloadrust-0c53acc6f8ce7ecea99ca4844bd77334afaab3cb.tar.gz
rust-0c53acc6f8ce7ecea99ca4844bd77334afaab3cb.zip
Rollup merge of #85649 - ChrisDenton:update-cc, r=matthewjasper
Update cc

Recent commits have improved `cc`'s finding of MSVC tools on Windows. In particular it should help to address these issues: #83043 and #43468
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml
index a74df97a5c7..8445d811e0f 100644
--- a/src/bootstrap/Cargo.toml
+++ b/src/bootstrap/Cargo.toml
@@ -40,7 +40,7 @@ cmake = "0.1.38"
 filetime = "0.2"
 num_cpus = "1.0"
 getopts = "0.2.19"
-cc = "1.0.67"
+cc = "1.0.68"
 libc = "0.2"
 serde = { version = "1.0.8", features = ["derive"] }
 serde_json = "1.0.2"