Compare commits
No commits in common. "72402354eb4acf0175e56d3f14d583fd21fac058" and "99749c90e482f16b0dcfe5e8f772a37ea81e62d6" have entirely different histories.
72402354eb
...
99749c90e4
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.4", features = ["full", "fold"] }
|
syn = { version = "1.0.109", features = ["full", "fold"] }
|
||||||
quote = "1.0.26"
|
quote = "1.0.26"
|
Loading…
Reference in a new issue