From 9eff2aa37ad81d3397a309cf1bc6183d6f7dd033 Mon Sep 17 00:00:00 2001 From: GrayJack Date: Sat, 21 Dec 2024 01:03:22 -0300 Subject: [PATCH] deps: Add `clone-impls` feature of `syn` --- bitflags-attr-macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitflags-attr-macros/Cargo.toml b/bitflags-attr-macros/Cargo.toml index 40eb1ca..a5060ec 100644 --- a/bitflags-attr-macros/Cargo.toml +++ b/bitflags-attr-macros/Cargo.toml @@ -22,6 +22,7 @@ syn = { version = "2", features = [ "parsing", "printing", "proc-macro", + "clone-impls", ], default-features = false } quote = { version = "1", default-features = false }