1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

prepare actix-router release 0.5.0-rc.3

This commit is contained in:
Rob Ede
2022-01-31 22:21:30 +00:00
parent 9777653dc0
commit 47f5faf26e
4 changed files with 6 additions and 3 deletions

View File

@ -15,7 +15,7 @@ edition = "2018"
proc-macro = true
[dependencies]
actix-router = "0.5.0-beta.4"
actix-router = "0.5.0-rc.3"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full", "parsing"] }