chore: Move workspace dependencies to workspace.dependencies (#7454)
We should prefer referring to local deps via `.workspace = true` from now on. Release Notes: - N/A
This commit is contained in:
parent
70e7ea365c
commit
743f9b345f
74 changed files with 972 additions and 888 deletions
|
@ -14,6 +14,6 @@ doctest = false
|
|||
lazy_static.workspace = true
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
sqlez = { path = "../sqlez" }
|
||||
sqlez.workspace = true
|
||||
sqlformat = "0.2"
|
||||
syn = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue