Bump rust-tools-util version in Clippy Cargo.toml

This commit is contained in:
Philipp Krones 2024-10-07 19:32:18 +02:00
parent 65fdfb835c
commit fba7ea7e97
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5

View File

@ -23,7 +23,7 @@ path = "src/driver.rs"
[dependencies]
clippy_config = { path = "clippy_config" }
clippy_lints = { path = "clippy_lints" }
rustc_tools_util = "0.3.0"
rustc_tools_util = "0.4.0"
tempfile = { version = "3.3", optional = true }
termize = "0.1"
color-print = "0.3.4"
@ -50,7 +50,7 @@ parking_lot = "0.12"
tokio = { version = "1", features = ["io-util"] }
[build-dependencies]
rustc_tools_util = "0.3.0"
rustc_tools_util = "0.4.0"
[features]
integration = ["tempfile"]