Skip to content

Commit a24ed3c

Browse files
chansukecalebcartwright
authored andcommitted
Fix MSRV
1 parent 54b1e0b commit a24ed3c

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

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

134134
```yaml
135135
language: rust

0 commit comments

Comments
 (0)