Update MIGRATION.md

This commit is contained in:
Huy 2020-04-22 10:43:06 -07:00 committed by GitHub
parent f7ce586926
commit 5051065606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@
* `actix_web::server` module has been removed. To start http server use `actix_web::HttpServer` type
* StaticFiles and NamedFile has been move to separate crate.
* StaticFiles and NamedFile have been moved to a separate crate.
instead of `use actix_web::fs::StaticFile`
@ -370,7 +370,7 @@
use `use actix_files::NamedFile`
* Multipart has been move to separate crate.
* Multipart has been moved to a separate crate.
instead of `use actix_web::multipart::Multipart`