mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Auto merge of #12313 - alex:patch-1, r=Alexendoo
Upgrade anstream to 0.6.0 *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: none
This commit is contained in:
commit
2a3c0334f7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ rustc_tools_util = "0.3.0"
|
||||||
tempfile = { version = "3.2", optional = true }
|
tempfile = { version = "3.2", optional = true }
|
||||||
termize = "0.1"
|
termize = "0.1"
|
||||||
color-print = "0.3.4"
|
color-print = "0.3.4"
|
||||||
anstream = "0.5.0"
|
anstream = "0.6.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ui_test = "0.22.1"
|
ui_test = "0.22.1"
|
||||||
|
|
Loading…
Reference in a new issue