Pull in syn fix that makes serde test suite independent of "full" feature

See https://github.com/dtolnay/syn/pull/1491.
This commit is contained in:
David Tolnay
2023-07-30 17:39:42 -07:00
parent c2b16bfbb0
commit f969080b9f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ path = "main.rs"
[dependencies]
proc-macro2 = "1"
quote = { version = "1", default-features = false }
syn = { version = "2.0.25", default-features = false, features = ["clone-impls", "derive", "full", "parsing", "printing"] }
syn = { version = "2.0.28", default-features = false, features = ["clone-impls", "derive", "full", "parsing", "printing"] }