1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

upgrade router

This commit is contained in:
Nikolay Kim 2019-04-03 21:45:30 -07:00
parent 1e2bd68e83
commit dc7c3d37a1

View file

@ -70,7 +70,7 @@ rust-tls = ["rustls", "actix-server/rust-tls"]
actix-codec = "0.1.1"
actix-service = "0.3.4"
actix-utils = "0.3.4"
actix-router = "0.1.0"
actix-router = "0.1.1"
actix-rt = "0.2.2"
actix-web-codegen = "0.1.0-alpha.1"
actix-http = { version = "0.1.0-alpha.3", features=["fail"] }