Compare commits

..

No commits in common. "72402354eb4acf0175e56d3f14d583fd21fac058" and "99749c90e482f16b0dcfe5e8f772a37ea81e62d6" 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.4", features = ["full", "fold"] }
syn = { version = "1.0.109", features = ["full", "fold"] }
quote = "1.0.26"