Compare commits

..

No commits in common. "bd6090303f3f2e9d42d96b7a40014b3ce251f18f" and "b7a04a4188ec6e82328c580cc870a897db31673f" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
syn = { version = "2.0.12", features = ["full", "fold"] } syn = { version = "2.0.11", features = ["full", "fold"] }
quote = "1.0.26" quote = "1.0.26"