Compare commits

..

No commits in common. "49f2445fc7a8ec2e7343b24c507360b932ae9be1" and "6f9353cac1ff6fd012ed55bf3c799b93df359e4b" 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.25", features = ["full", "fold"] }
syn = { version = "2.0.23", features = ["full", "fold"] }
quote = "1.0.29"