mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 23:05:56 +01:00
bumping to actix-web 1.0.0-rc
This commit is contained in:
parent
34f48cd24a
commit
f438f80d12
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 0.4.0 (2019-05-18)
|
## 0.4.0 (2019-05-18)
|
||||||
|
|
||||||
* Upgrade to actix-web 1.0.0-beta5
|
* Upgrade to actix-web 1.0.0-rc
|
||||||
* Removed `protobuf` method for `HttpRequest` (use `ProtoBuf` extractor instead)
|
* Removed `protobuf` method for `HttpRequest` (use `ProtoBuf` extractor instead)
|
||||||
|
|
||||||
## 0.3.0 (2019-03-07)
|
## 0.3.0 (2019-03-07)
|
||||||
|
@ -24,7 +24,7 @@ futures = "0.1"
|
|||||||
derive_more = "0.14"
|
derive_more = "0.14"
|
||||||
|
|
||||||
actix = "0.8.1"
|
actix = "0.8.1"
|
||||||
actix-web = "1.0.0-beta.5"
|
actix-web = "1.0.0-rc"
|
||||||
|
|
||||||
prost = "0.4"
|
prost = "0.4"
|
||||||
|
|
||||||
|
@ -11,5 +11,5 @@ prost = "0.4"
|
|||||||
prost-derive = "0.4"
|
prost-derive = "0.4"
|
||||||
|
|
||||||
actix = "0.8.1"
|
actix = "0.8.1"
|
||||||
actix-web = "1.0.0-beta.5"
|
actix-web = "1.0.0-rc"
|
||||||
actix-protobuf = { path="../../" }
|
actix-protobuf = { path="../../" }
|
Loading…
x
Reference in New Issue
Block a user