mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-30 08:24:28 +02:00
rollback missed dependencies and CHANGES in crates except actix-http
This commit is contained in:
committed by
Yuki Okushi
parent
d9c415e540
commit
835a00599c
@ -4,9 +4,6 @@
|
||||
|
||||
* Update the `time` dependency to 0.2.7
|
||||
|
||||
* Breaking change: trait actix_http::MessageBody requires Unpin and accepting Pin<&mut Self> instead of &mut self in the poll_next()
|
||||
|
||||
|
||||
## [1.0.0] - 2019-12-13
|
||||
|
||||
### Changed
|
||||
|
@ -55,5 +55,5 @@ time = { version = "0.2.7", default-features = false, features = ["std"] }
|
||||
open-ssl = { version="0.10", package="openssl", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-web = { version = "3.0.0", path = ".." }
|
||||
actix-http = { version = "2.0.0", path = "../actix-http" }
|
||||
actix-web = { version = "2.0.0" }
|
||||
actix-http = { version = "1.0.1" }
|
||||
|
Reference in New Issue
Block a user