summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorChris Denton <christophersdenton@gmail.com>2021-05-24 23:34:12 +0100
committerChris Denton <christophersdenton@gmail.com>2021-05-24 23:34:12 +0100
commite238ee31d4d613da9458a84ad200195518b1bd39 (patch)
treebb8860acc31316e72826d018c52a9cca35b7fd14 /compiler/rustc_codegen_ssa
parent126561cb31e8ebe1e2dd9dfd0d3ca621308dc56f (diff)
downloadrust-e238ee31d4d613da9458a84ad200195518b1bd39.tar.gz
rust-e238ee31d4d613da9458a84ad200195518b1bd39.zip
Update cc
Recent commits to cc have helped to address #83043 and #43468
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 68f40d5f863..3a677a2437c 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -9,7 +9,7 @@ test = false
 
 [dependencies]
 bitflags = "1.2.1"
-cc = "1.0.67"
+cc = "1.0.68"
 itertools = "0.9"
 tracing = "0.1"
 libc = "0.2.50"
@@ -24,7 +24,7 @@ rustc_middle = { path = "../rustc_middle" }
 rustc_apfloat = { path = "../rustc_apfloat" }
 rustc_attr = { path = "../rustc_attr" }
 rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
-rustc_data_structures = { path = "../rustc_data_structures"}
+rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
 rustc_fs_util = { path = "../rustc_fs_util" }
 rustc_hir = { path = "../rustc_hir" }