aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-12-22 13:30:33 +0100
committerHampusM <hampus@hampusmat.com>2023-12-22 13:30:33 +0100
commitc56d6fee4835ca103d1e4e5fd7e9e3913c7ed6ba (patch)
tree16e9132f87806e47a681ad8aae7831bbe08901ca
parent60c6ce824c1b19adc86d893053010e1de52c3265 (diff)
build: enable Syn's extra-traits crate feature
This fixes that syrette_macros can only be built as a dependency of Syrette
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index e883316..12f3f0b 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -21,7 +21,7 @@ prevent-circular = []
async = ["syrette/async"]
[dependencies]
-syn = { version = "1.0.96", features = ["full"] }
+syn = { version = "1.0.96", features = ["full", "extra-traits"] }
quote = "1.0.18"
proc-macro2 = "1.0.40"
uuid = { version = "0.8", features = ["v4"] }