Skip to content

Commit 5723b8d

Browse files
DecodetalkersModProg
authored andcommitted
chore: bump darling
1 parent 67df859 commit 5723b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ proc-macro2 = "1.0.60"
2020
quote = "1"
2121
syn1 = { package = "syn", version = "1", default-features = false, optional = true, features = ["printing"] }
2222
syn2 = { package = "syn", version = "2", default-features = false, optional = true, features = ["printing", "parsing"] }
23-
darling_core = { version = "0.20.1", optional = true }
23+
darling_core = { version = "0.23.0", optional = true }
2424

2525
[features]
2626
default = ["syn", "macros"]

0 commit comments

Comments
 (0)