Bump rustfmt-config_proc_macro to min v0.1.2 (#3715)

This commit is contained in:
Igor Matuszewski 2019-07-31 04:05:08 +02:00 committed by Seiichi Uchida
parent 9e960e7d6a
commit 175f228e95

View file

@ -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`