Skip to content

Commit

Permalink
Bump compiler requirements to 1.35
Browse files Browse the repository at this point in the history
This version stabilized `RefCell::map_split`, which is required by
zerocopy.
  • Loading branch information
aschampion committed Dec 4, 2019
1 parent 6bc4ca4 commit a571984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -10,7 +10,7 @@ notifications:
os:
- linux
rust:
- 1.34.2
- 1.35
- stable
- beta
- nightly
Expand All @@ -34,9 +34,9 @@ matrix:
- rust: nightly
include:
- os: osx
rust: 1.34.2
rust: 1.35
- os: windows
rust: 1.34.2
rust: 1.35
- os: osx
rust: stable
- os: windows
Expand Down

0 comments on commit a571984

Please sign in to comment.