mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
upgrade router
This commit is contained in:
parent
1e2bd68e83
commit
dc7c3d37a1
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue