fixed rocket_cors version in readme (#39)

This commit is contained in:
Heinmci 2018-07-16 03:28:47 +02:00 committed by Yong Wen Chua
parent f66f31ad99
commit 27a0ef73f1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ work, but they are subject to the minimum that Rocket sets.
Add the following to Cargo.toml:
```toml
rocket_cors = "0.3.0"
rocket_cors = "0.2.3"
```
To use the latest `master` branch, for example: