Skip to content

Commit fba7ea7

Browse files
committed
Bump rust-tools-util version in Clippy Cargo.toml
1 parent 65fdfb8 commit fba7ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ path = "src/driver.rs"
2323
[dependencies]
2424
clippy_config = { path = "clippy_config" }
2525
clippy_lints = { path = "clippy_lints" }
26-
rustc_tools_util = "0.3.0"
26+
rustc_tools_util = "0.4.0"
2727
tempfile = { version = "3.3", optional = true }
2828
termize = "0.1"
2929
color-print = "0.3.4"
@@ -50,7 +50,7 @@ parking_lot = "0.12"
5050
tokio = { version = "1", features = ["io-util"] }
5151

5252
[build-dependencies]
53-
rustc_tools_util = "0.3.0"
53+
rustc_tools_util = "0.4.0"
5454

5555
[features]
5656
integration = ["tempfile"]

0 commit comments

Comments
 (0)