From 7d138f0c317ac652de0f1ec819909a4647982c0f Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 29 Oct 2023 21:15:40 +0000 Subject: [PATCH] build: fix min version compat (#498) --- actix-macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index 39f021e7..b96daeb9 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -26,6 +26,7 @@ quote = "1" syn = { version = "2", features = ["full"] } # minimal versions compat +[target.'cfg(any())'.dependencies] proc-macro2 = "1.0.60" [dev-dependencies]