Skip to content

Commit 769fe94

Browse files
author
chansuke
committed
Fix MSRV
1 parent 30bda45 commit 769fe94

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
@@ -207,7 +207,7 @@ rustfmt to exit with an error code if the input is not formatted correctly.
207207
It will also print any found differences. (Older versions of Rustfmt don't
208208
support `--check`, use `--write-mode diff`).
209209

210-
A minimal Travis setup could look like this (requires Rust 1.24.0 or greater):
210+
A minimal Travis setup could look like this (requires Rust 1.31.0 or greater):
211211

212212
```yaml
213213
language: rust

0 commit comments

Comments
 (0)