Skip to content

Commit abe1b51

Browse files
committed
No longer pin to lower rustfmt version
The bug that we were triggering was fixed in the newest version. rust-lang/rustfmt#1280 Signed-off-by: mulhern <[email protected]>
1 parent b83531d commit abe1b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
check: fmt build test docs
22

33
${HOME}/.cargo/bin/cargo-fmt:
4-
cargo install rustfmt --vers 0.6.3
4+
cargo install rustfmt
55

66
fmt: ${HOME}/.cargo/bin/cargo-fmt
77
PATH=${HOME}/.cargo/bin:${PATH} cargo fmt -- --write-mode=diff

0 commit comments

Comments
 (0)