From 8b9b279bc4a97b2cac9206d1caf09dbe80c86a7f Mon Sep 17 00:00:00 2001 From: Yong Wen Chua Date: Wed, 13 Nov 2019 10:33:18 +0800 Subject: [PATCH] Bump minimum nightly to `nightly-2019-05-21` For stabalisation of `MaybeUninit` cf. https://github.com/rust-lang/rust/pull/60445 --- .travis.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6eb9449..c5a44b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index a35d0d4..180ee34 100644 --- a/README.md +++ b/README.md @@ -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