Compare commits

..

No commits in common. "f93a0e65fa618ffec96a947bf632d419bd58b04a" and "63d3720fd74ee95741bf683e1700b883b5ae709f" 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.39", features = ["full", "fold"] }
syn = { version = "2.0.38", features = ["full", "fold"] }
quote = "1.0.33"