Skip to content

Commit

Permalink
Bump minimum nightly to nightly-2019-05-21
Browse files Browse the repository at this point in the history
For stabalisation of `MaybeUninit`
cf. rust-lang/rust#60445
  • Loading branch information
lawliet89 committed Nov 13, 2019
1 parent 3284826 commit 8b9b279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: rust
rust:
- nightly
- nightly-2019-04-18 # Minimum supported
- nightly-2019-05-21 # Minimum supported
branches:
only:
- master
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Cross-origin resource sharing (CORS) for [Rocket](https://rocket.rs/) applicatio

If you are using Rocket 0.3, use the `0.3.0` version of this crate.

There is a minimum version of Rust nightly required. This is usually higher than whatever
Rocket requires plus more if the dependent crates require other features.

### Nightly Rust

Rocket requires nightly Rust. You should probably install Rust with
Expand Down

0 comments on commit 8b9b279

Please sign in to comment.