Syn workspace version

This commit is contained in:
durch
2025-09-05 17:16:56 +02:00
parent ea31aa6bcf
commit 6cff49caf6
+1 -1
View File
@@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1"
syn = { version = "2.0.106", features = ["full"] }
syn = { workspace = true, features = ["full"] }
quote = "1.0.40"
[lints]