mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
uucore_procs: add full feature flag to syn
This commit is contained in:
parent
2177b8dc37
commit
4f6c995726
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue