1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 14:55:56 +01:00

bumping to actix-web 1.0.0-rc

This commit is contained in:
Stefan Puhlmann 2019-05-19 00:05:33 +02:00
parent 34f48cd24a
commit f438f80d12
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
## 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)
## 0.3.0 (2019-03-07)

View File

@ -24,7 +24,7 @@ futures = "0.1"
derive_more = "0.14"
actix = "0.8.1"
actix-web = "1.0.0-beta.5"
actix-web = "1.0.0-rc"
prost = "0.4"

View File

@ -11,5 +11,5 @@ prost = "0.4"
prost-derive = "0.4"
actix = "0.8.1"
actix-web = "1.0.0-beta.5"
actix-web = "1.0.0-rc"
actix-protobuf = { path="../../" }