chore: move dependencies into the workspace and inherit from there
This commit is contained in:
parent
7980669267
commit
a969fc428c
9 changed files with 141 additions and 155 deletions
|
|
@ -9,7 +9,7 @@ rust-version.workspace = true
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.63"
|
||||
quote = "1"
|
||||
proc-macro2 = "1.0.78"
|
||||
quote = "1.0.35"
|
||||
rand = "0.8.5"
|
||||
syn = { version = "1", features = ["full"] }
|
||||
syn = { version = "2.0.48", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue