mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 12:18:33 +00:00
Auto merge of #3615 - matthiaskrgr:rtuVbump, r=phansch
deps: bump rustc_tools_util version from 0.1.0 to 0.1.1 just in case... I'm surprised there is no warning since the root cargo.toml specifies 0.1.0 but the subcrate toml actually states 0.1.1. I should have noticed this in previous pull request but oh well...
This commit is contained in:
commit
e6aff691d3
@ -43,7 +43,7 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
|
|||||||
# end automatic update
|
# end automatic update
|
||||||
regex = "1"
|
regex = "1"
|
||||||
semver = "0.9"
|
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]
|
[dev-dependencies]
|
||||||
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
|
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
|
||||||
@ -61,7 +61,7 @@ derive-new = "0.5"
|
|||||||
rustc-workspace-hack = "1.0.0"
|
rustc-workspace-hack = "1.0.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[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]
|
[features]
|
||||||
debugging = []
|
debugging = []
|
||||||
|
Loading…
Reference in New Issue
Block a user