This commit is contained in:
Yong Wen Chua 2019-11-13 10:09:21 +08:00
parent fa54988e45
commit ce3a5ad021
No known key found for this signature in database
GPG Key ID: A70BD30B21497EA9
1 changed files with 1 additions and 1 deletions

View File

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