Compare commits

..

No commits in common. "52a05c5069e434844c8deff7bce669802d610ad6" and "bd6090303f3f2e9d42d96b7a40014b3ce251f18f" have entirely different histories.

View file

@ -9,5 +9,5 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = { version = "2.0.13", features = ["full", "fold"] }
syn = { version = "2.0.12", features = ["full", "fold"] }
quote = "1.0.26"