mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
deps: bump rustc_tools_util version from 0.1.0 to 0.1.1 just in case...
This commit is contained in:
parent
5277a1fb6c
commit
a49ed381bd
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
|
|||
# end automatic update
|
||||
regex = "1"
|
||||
semver = "0.9"
|
||||
rustc_tools_util = { version = "0.1.0", path = "rustc_tools_util"}
|
||||
rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
|
||||
|
||||
[dev-dependencies]
|
||||
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
|
||||
|
@ -61,7 +61,7 @@ derive-new = "0.5"
|
|||
rustc-workspace-hack = "1.0.0"
|
||||
|
||||
[build-dependencies]
|
||||
rustc_tools_util = { version = "0.1.0", path = "rustc_tools_util"}
|
||||
rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
|
||||
|
||||
[features]
|
||||
debugging = []
|
||||
|
|
Loading…
Reference in a new issue