Compare commits

..

No commits in common. "bd00815ff4a6ed32be4968d5007bab3fe3078200" and "6a7f37716eeb7c510892a9a9084aba651c921e1e" 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.9", features = ["full", "fold"] }
syn = { version = "2.0.8", features = ["full", "fold"] }
quote = "1.0.26"