1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

Bump derive_more crate version to 0.15.0 in actix-cors (#927)

This commit is contained in:
messense 2019-06-19 18:41:42 +08:00 committed by Nikolay Kim
parent 313ac48765
commit 47fab0e393
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.1.1] - unreleased
* Bump `derive_more` crate version to 0.15.0
## [0.1.0] - 2019-06-15
* Move cors middleware to separate crate

View File

@ -19,5 +19,5 @@ path = "src/lib.rs"
[dependencies]
actix-web = "1.0.0"
actix-service = "0.4.0"
derive_more = "0.14.1"
derive_more = "0.15.0"
futures = "0.1.25"