We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67df859 commit 5723b8dCopy full SHA for 5723b8d
Cargo.toml
@@ -20,7 +20,7 @@ proc-macro2 = "1.0.60"
20
quote = "1"
21
syn1 = { package = "syn", version = "1", default-features = false, optional = true, features = ["printing"] }
22
syn2 = { package = "syn", version = "2", default-features = false, optional = true, features = ["printing", "parsing"] }
23
-darling_core = { version = "0.20.1", optional = true }
+darling_core = { version = "0.23.0", optional = true }
24
25
[features]
26
default = ["syn", "macros"]
0 commit comments