Sort workspace dependencies

This commit is contained in:
David Tolnay 2024-01-23 10:08:00 -08:00
parent 1c675ab3a3
commit aecb4083bd
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -10,6 +10,6 @@ members = [
serde = { path = "serde" }
[workspace.dependencies]
syn = "2.0.46"
quote = "1.0.35"
proc-macro2 = "1.0.74"
quote = "1.0.35"
syn = "2.0.46"