From 7ea9a8a74d843691d9aeade86124af67abe82c3c Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sun, 14 Dec 2025 11:59:49 +0900 Subject: [PATCH] chore: bump darling --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f5c8bc..ed07d68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ proc-macro2 = "1.0.60" quote = "1" syn1 = { package = "syn", version = "1", default-features = false, optional = true, features = ["printing"] } syn2 = { package = "syn", version = "2", default-features = false, optional = true, features = ["printing", "parsing"] } -darling_core = { version = "0.20.1", optional = true } +darling_core = { version = "0.23.0", optional = true } [features] default = ["syn", "macros"]