Compare commits
No commits in common. "1b3e8e39cacd5ea9f1b3e9d44e244cf62a4e1751" and "447213fb6e674d22c9089a1b4568126290c59bd0" have entirely different histories.
1b3e8e39ca
...
447213fb6e
1 changed files with 1 additions and 1 deletions
|
@ -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.29", features = ["full", "fold"] }
|
syn = { version = "2.0.28", features = ["full", "fold"] }
|
||||||
quote = "1.0.32"
|
quote = "1.0.32"
|
Loading…
Reference in a new issue