From c56d6fee4835ca103d1e4e5fd7e9e3913c7ed6ba Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 22 Dec 2023 13:30:33 +0100 Subject: build: enable Syn's extra-traits crate feature This fixes that syrette_macros can only be built as a dependency of Syrette --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } -- cgit v1.2.3-18-g5258