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
@@ -17,7 +17,7 @@ path = "lib.rs"
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0.25", default-features = false, features = ["clone-impls", "derive", "parsing", "printing"] }
syn = { version = "2.0.28", default-features = false, features = ["clone-impls", "derive", "parsing", "printing"] }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]