1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 10:39:03 +02:00

bump actix-web to 4.0.0-rc.1

This commit is contained in:
Rob Ede
2022-02-03 22:33:47 +00:00
parent 6abec48e29
commit 323d01fcca
27 changed files with 84 additions and 79 deletions

View File

@ -8,8 +8,8 @@ authors = [
]
[dependencies]
actix-web = "4.0.0-beta.17"
actix-web = "4.0.0-rc.2"
actix-protobuf = { path = "../../" }
env_logger = "0.8"
prost = {version = "0.8", default_features = false, features = ["prost-derive"] }
prost = { version = "0.8", default_features = false, features = ["prost-derive"] }