Skip to content

Commit 8b9b279

Browse files
committed
Bump minimum nightly to nightly-2019-05-21
For stabalisation of `MaybeUninit` cf. rust-lang/rust#60445
1 parent 3284826 commit 8b9b279

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
language: rust
33
rust:
44
- nightly
5-
- nightly-2019-04-18 # Minimum supported
5+
- nightly-2019-05-21 # Minimum supported
66
branches:
77
only:
88
- master

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Cross-origin resource sharing (CORS) for [Rocket](https://rocket.rs/) applicatio
1515

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

18+
There is a minimum version of Rust nightly required. This is usually higher than whatever
19+
Rocket requires plus more if the dependent crates require other features.
20+
1821
### Nightly Rust
1922

2023
Rocket requires nightly Rust. You should probably install Rust with

0 commit comments

Comments
 (0)