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.1

This commit is contained in:
Rob Ede
2022-09-19 18:52:16 +01:00
parent 07a7290432
commit 894effb856
3 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"
actix-router = "0.5"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full", "extra-traits"] }