Skip to content

Commit 7a4daf0

Browse files
authored
Fix CI instructions in README.md
Closes #2285
1 parent 8db33ff commit 7a4daf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ language: rust
162162
cache: cargo
163163
before_script:
164164
- export PATH="$PATH:$HOME/.cargo/bin"
165-
- which rustfmt || cargo install rustfmt
165+
- which rustfmt || cargo install rustfmt-nightly
166166
script:
167167
- cargo fmt -- --write-mode=diff
168168
- cargo build

0 commit comments

Comments
 (0)