Skip to content

Commit 0474e1b

Browse files
committed
Use rustfmt-config_proc_macro v0.3
1 parent 8d7d6dc commit 0474e1b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ ignore = "0.4.6"
5656
annotate-snippets = { version = "0.6", features = ["ansi_term"] }
5757
structopt = "0.3"
5858
thiserror = "1.0"
59-
rustfmt-config_proc_macro = { version = "0.2", path = "config_proc_macro" }
6059
lazy_static = "1.0.0"
6160

61+
rustfmt-config_proc_macro = { version = "0.3", path = "config_proc_macro" }
62+
6263
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
6364
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
6465
# for more information.

0 commit comments

Comments
 (0)