Update README

This commit is contained in:
Yong Wen Chua 2018-11-01 09:21:50 +08:00
parent a0d31cf498
commit 21444e90c4
No known key found for this signature in database
GPG Key ID: EDC57EEC439CF10B
2 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,9 @@ Cross-origin resource sharing (CORS) for [Rocket](https://rocket.rs/) applicatio
## Requirements ## Requirements
- Nightly Rust - Nightly Rust
- Rocket >= 0.3 - Rocket >= 0.4
If you are using Rocket 0.3, use the `0.3.0` version of this crate.
### Nightly Rust ### Nightly Rust

View File

@ -10,7 +10,9 @@
//! ## Requirements //! ## Requirements
//! //!
//! - Nightly Rust //! - Nightly Rust
//! - Rocket >= 0.3 //! - Rocket >= 0.4
//!
//! If you are using Rocket 0.3, use the `0.3.0` version of this crate.
//! //!
//! ### Nightly Rust //! ### Nightly Rust
//! //!