Skip to content

Commit

Permalink
Auto merge of #13140 - epage:wincon, r=weihanglo
Browse files Browse the repository at this point in the history
fix: Print rustc messages colored on wincon

### What does this PR try to resolve?

The real fix is over in rust-cli/anstyle#150; this just upgrades to it

Fixes #13104

### How should we test and review this PR?

I hacked vt console support off, ran a build before and rustc messages weren't colored.  Now with this change, rustc messages are colored.

### Additional information

This still doesn't address why wincon is being used on their system
  • Loading branch information
bors committed Dec 8, 2023
2 parents 232f913 + ad2643d commit 72b3eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
anstream = "0.6.4"
anstream = "0.6.5"
anstyle = "1.0.4"
anyhow = "1.0.75"
base64 = "0.21.5"
Expand Down

0 comments on commit 72b3eb5

Please sign in to comment.