Compare commits

..

No commits in common. "77c895531d8a36ab9095cff1fc025ec9a4a1789d" and "d8df1d30813ea9a1a02e26a0e73cc90163379bca" 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.14", features = ["full", "fold"] }
syn = { version = "2.0.13", features = ["full", "fold"] }
quote = "1.0.26"