Skip to content

Commit e6aff69

Browse files
committed
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...
2 parents 0a6593c + a49ed38 commit e6aff69

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
@@ -43,7 +43,7 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
4343
# end automatic update
4444
regex = "1"
4545
semver = "0.9"
46-
rustc_tools_util = { version = "0.1.0", path = "rustc_tools_util"}
46+
rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
4747

4848
[dev-dependencies]
4949
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
@@ -61,7 +61,7 @@ derive-new = "0.5"
6161
rustc-workspace-hack = "1.0.0"
6262

6363
[build-dependencies]
64-
rustc_tools_util = { version = "0.1.0", path = "rustc_tools_util"}
64+
rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
6565

6666
[features]
6767
debugging = []

0 commit comments

Comments
 (0)