fixed rocket_cors version in readme (#39)
This commit is contained in:
parent
f66f31ad99
commit
27a0ef73f1
|
@ -29,7 +29,7 @@ work, but they are subject to the minimum that Rocket sets.
|
||||||
Add the following to Cargo.toml:
|
Add the following to Cargo.toml:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
rocket_cors = "0.3.0"
|
rocket_cors = "0.2.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
To use the latest `master` branch, for example:
|
To use the latest `master` branch, for example:
|
||||||
|
|
Loading…
Reference in New Issue