We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nightly-2019-05-21
1 parent 3284826 commit 8b9b279Copy full SHA for 8b9b279
.travis.yml
@@ -2,7 +2,7 @@ sudo: false
2
language: rust
3
rust:
4
- nightly
5
- - nightly-2019-04-18 # Minimum supported
+ - nightly-2019-05-21 # Minimum supported
6
branches:
7
only:
8
- master
README.md
@@ -15,6 +15,9 @@ Cross-origin resource sharing (CORS) for [Rocket](https://rocket.rs/) applicatio
15
16
If you are using Rocket 0.3, use the `0.3.0` version of this crate.
17
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
+
21
### Nightly Rust
22
23
Rocket requires nightly Rust. You should probably install Rust with
0 commit comments