1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Merge pull request #2487 from tertsdiepraam/uuprocs/fix-syn-dep

uucore_procs: add full feature flag to syn
This commit is contained in:
Sylvestre Ledru 2021-07-09 20:22:54 +02:00 committed by GitHub
commit 8f3046d6c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ proc-macro = true
[dependencies] [dependencies]
proc-macro2 = "1.0" proc-macro2 = "1.0"
quote = "1.0" quote = "1.0"
syn = { version="1.0" } syn = { version="1.0", features = ["full"] }
[features] [features]
default = [] default = []