diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-22 16:35:33 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-23 00:25:39 +0200 |
| commit | e12391a0861d61a19516f212edd49ad78b65104e (patch) | |
| tree | 96c032858381d5da54ada44d330268f48a75e3be /engine-macros | |
| parent | 7dad5922276687d284269316158ec7e742f6d1fc (diff) | |
build(engine-macros): enable extra-trait feature of syn crate
Diffstat (limited to 'engine-macros')
| -rw-r--r-- | engine-macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-macros/Cargo.toml b/engine-macros/Cargo.toml index d7a1275..11e3c4d 100644 --- a/engine-macros/Cargo.toml +++ b/engine-macros/Cargo.toml @@ -8,6 +8,6 @@ proc-macro = true [dependencies] quote = "1.0.35" -syn = { version = "2.0.51", features = ["full"] } +syn = { version = "2.0.51", features = ["full", "extra-traits" ] } proc-macro2 = "1.0.78" |
