about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-07-14 12:49:45 +0000
committerbors <bors@rust-lang.org>2021-07-14 12:49:45 +0000
commitee5ed4a88d6a869cdb152829ed697d6459650db3 (patch)
tree5b1b52d013354284696ad275e73a78d6152c917c /compiler/rustc_codegen_ssa
parenta08f25a7ef2800af5525762e981c24d96c14febe (diff)
parentafaca5ba79adeef77fea8c037c7449cbd1e77faa (diff)
downloadrust-ee5ed4a88d6a869cdb152829ed697d6459650db3.tar.gz
rust-ee5ed4a88d6a869cdb152829ed697d6459650db3.zip
Auto merge of #87118 - JohnTitor:rollup-8ltidsq, r=JohnTitor
Rollup of 6 pull requests

Successful merges:

 - #87085 (Search result colors)
 - #87090 (Make BTreeSet::split_off name elements like other set methods do)
 - #87098 (Unignore some pretty printing tests)
 - #87099 (Upgrade `cc` crate to 1.0.69)
 - #87101 (Suggest a path separator if a stray colon is found in a match arm)
 - #87102 (Add GUI test for "go to first" feature)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 9bd5764f073..6a6f93d50d3 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.68"
+cc = "1.0.69"
 itertools = "0.9"
 tracing = "0.1"
 libc = "0.2.50"