about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-01-03 07:20:23 +0000
committerbors <bors@rust-lang.org>2019-01-03 07:20:23 +0000
commite6aff691d3513fc64258d49cde9d3cccd636357d (patch)
treeaf4ab589a9e28b14f1eb8505bb2bd009eb044e5a
parent0a6593cd1b12c06d4ff2f2ad0ccf20e77f1ec5f6 (diff)
parenta49ed381bdf9c24da7cd5638e1c174cc07b3ae1c (diff)
downloadrust-e6aff691d3513fc64258d49cde9d3cccd636357d.tar.gz
rust-e6aff691d3513fc64258d49cde9d3cccd636357d.zip
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...
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 359a6e43bdb..3478e496f8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = []