1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Replace deprecated methods in actix_files (#1027)

* Bump up mime_guess to 2.0.1

* Replace deprecated methods

* Update CHANGE.md
This commit is contained in:
Yuki Okushi
2019-08-12 05:43:29 +09:00
committed by GitHub
parent 0ee69671ba
commit dbe4c9ffb5
4 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.1.5] - unreleased
* Bump up `mime_guess` crate version to 2.0.1
## [0.1.4] - 2019-07-20
* Allow to disable `Content-Disposition` header #686