From a49ed381bdf9c24da7cd5638e1c174cc07b3ae1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Thu, 3 Jan 2019 03:19:15 +0100 Subject: [PATCH] deps: bump rustc_tools_util version from 0.1.0 to 0.1.1 just in case... --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 359a6e43bdbb..3478e496f8ce 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 = []