1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-30 11:54:26 +02:00

Making library compatible with actix-web 1.0

This commit is contained in:
Stefan Puhlmann
2019-05-12 15:49:47 +02:00
parent def07f58c8
commit 5ab0474781
3 changed files with 54 additions and 70 deletions

View File

@ -10,6 +10,6 @@ env_logger = "*"
prost = "0.4"
prost-derive = "0.4"
actix = "0.7"
actix-web = "0.7"
actix = "0.8.1"
actix-web = "1.0.0-b3"
actix-protobuf = { path="../../" }