From: Ian Jackson Date: Sun, 22 Aug 2021 20:30:21 +0000 (+0100) Subject: syn: enable extra-traits feature X-Git-Tag: hippotat/1.0.0~87 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=76e4217459c94e46d0cd5c00ca81cce0a06505c7;p=hippotat.git syn: enable extra-traits feature Signed-off-by: Ian Jackson --- diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 455b900..747bfa4 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -12,7 +12,7 @@ repository="https://salsa.debian.org/iwj/hippotat" [dependencies] itertools = "0.10" -syn = "1" +syn = { version = "1", features=["extra-traits"] } proc-macro2 = "1" quote = "1"