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:
@ -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="../../" }
|
Reference in New Issue
Block a user