mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 05:18:44 +00:00
fix typos from updating to futures 0.3
This commit is contained in:
parent
57981ca04a
commit
525c22de15
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## 2.0.0
|
||||
|
||||
* Sync handlers has been removed. `.to_async()` methtod has been renamed to `.to()`
|
||||
* Sync handlers has been removed. `.to_async()` method has been renamed to `.to()`
|
||||
|
||||
replace `fn` with `async fn` to convert sync handler to async
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ syn = { version = "1", features = ["full", "parsing"] }
|
|||
proc-macro2 = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-web = { version = "2.0.0-alph.a" }
|
||||
actix-web = { version = "2.0.0-alpha.1" }
|
||||
actix-http = { version = "0.3.0-alpha.1", features=["openssl"] }
|
||||
actix-http-test = { version = "0.3.0-alpha.1", features=["openssl"] }
|
||||
futures = { version = "0.3.1" }
|
||||
|
|
Loading…
Reference in a new issue