1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

Update actix-web dep to 1.0.0-rc (#864)

This commit is contained in:
Miles Granger 2019-05-25 10:52:23 +02:00 committed by Nikolay Kim
parent 801cc2ed5d
commit 6db625f55b

View File

@ -18,7 +18,7 @@ name = "actix_files"
path = "src/lib.rs"
[dependencies]
actix-web = "1.0.0-beta.5"
actix-web = "1.0.0-rc"
actix-service = "0.4.0"
bitflags = "1"
bytes = "0.4"