Skip to content

Commit 72b3eb5

Browse files
committed
Auto merge of #13140 - epage:wincon, r=weihanglo
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
2 parents 232f913 + ad2643d commit 72b3eb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2021"
1616
license = "MIT OR Apache-2.0"
1717

1818
[workspace.dependencies]
19-
anstream = "0.6.4"
19+
anstream = "0.6.5"
2020
anstyle = "1.0.4"
2121
anyhow = "1.0.75"
2222
base64 = "0.21.5"

0 commit comments

Comments
 (0)