Revert back to actix 0.10
Until Actix Web 4, we need to use an older version of actix so that the runtime's match up to version 1.
This commit is contained in:
@@ -10,9 +10,9 @@ edition = "2018"
|
||||
lto = true
|
||||
|
||||
[dependencies]
|
||||
actix = "0.11"
|
||||
actix = "0.10"
|
||||
actix-web = "3"
|
||||
actix-rt = "2"
|
||||
actix-rt = "1"
|
||||
actix-files = "0.5"
|
||||
actix-multipart = "0.3.0"
|
||||
futures = "0.3.5"
|
||||
|
||||
Reference in New Issue
Block a user