Update README
This commit is contained in:
parent
a0d31cf498
commit
21444e90c4
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in New Issue