mirror of https://github.com/fafhrd91/actix-web
fix: Do not require actix-router default features from actix-web-codegen
This commit is contained in:
parent
b342b8fc82
commit
432b4ab5f7
|
@ -16,7 +16,7 @@ rust-version.workspace = true
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
actix-router = "0.5"
|
||||
actix-router = { version = "0.5", default-features = false }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = { version = "2", features = ["full", "extra-traits"] }
|
||||
|
|
Loading…
Reference in New Issue