mirror of
https://git.proxmox.com/git/proxmox
synced 2026-01-07 05:58:36 +00:00
api-macro: explicitly enable syn's visit-mut feature
otherwise the build fails because the module is not visible Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
f5d15872f4
commit
6a21867d87
@ -15,7 +15,7 @@ proc-macro = true
|
||||
failure = "0.1"
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = { version = "1.0", features = [ "full" ] }
|
||||
syn = { version = "1.0", features = [ "full", "visit-mut" ] }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user