v0.1.3
This commit is contained in:
parent
0a94dfe22a
commit
a5f54c72cf
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rocket_cors"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
license = "Apache-2.0"
|
||||
authors = ["Yong Wen Chua <me@yongwen.xyz>"]
|
||||
build = "build.rs"
|
||||
|
|
|
@ -29,7 +29,7 @@ might work, but it's not guaranteed.
|
|||
Add the following to Cargo.toml:
|
||||
|
||||
```toml
|
||||
rocket_cors = "0.1.2"
|
||||
rocket_cors = "0.1.3"
|
||||
```
|
||||
|
||||
To use the latest `master` branch, for example:
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
//! Add the following to Cargo.toml:
|
||||
//!
|
||||
//! ```toml
|
||||
//! rocket_cors = "0.1.2"
|
||||
//! rocket_cors = "0.1.3"
|
||||
//! ```
|
||||
//!
|
||||
//! To use the latest `master` branch, for example:
|
||||
|
|
Loading…
Reference in New Issue