Skip to content

Commit

Permalink
Require rustc 1.36
Browse files Browse the repository at this point in the history
The toml crate no longer works with 1.31 - 1.35.
  • Loading branch information
dtolnay committed Oct 28, 2019
1 parent 0b8cd5c commit 9c03478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ rust:
- nightly
- beta
- stable
- 1.33.0
- 1.36.0

script:
- cargo test

matrix:
include:
- rust: 1.31.0
script: cargo check
- rust: nightly
os: osx
- rust: nightly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ misuse of non-macro APIs.
trybuild = "1.0"
```

*Compiler support: requires rustc 1.31+*
*Compiler support: requires rustc 1.36+*

<br>

Expand Down

0 comments on commit 9c03478

Please sign in to comment.