From 175f228e952a6aa346284dee37e07efbf6c55b78 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Wed, 31 Jul 2019 04:05:08 +0200 Subject: [PATCH] Bump rustfmt-config_proc_macro to min v0.1.2 (#3715) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6eda8d05c544..3e3ef6672ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ ignore = "0.4.6" annotate-snippets = { version = "0.6", features = ["ansi_term"] } structopt = "0.2.18" -rustfmt-config_proc_macro = { version = "0.1", path = "config_proc_macro" } +rustfmt-config_proc_macro = { version = "0.1.2", path = "config_proc_macro" } # A noop dependency that changes in the Rust repository, it's a bit of a hack. # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`