You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #11719 - Muscraft:order-toml-deps, r=weihanglo
chore: Make dependencies alphabetical order
`[dependencies]` in some `Cargo.toml` were out of alphabetical order. This made it slightly more time-consuming to find if a dependency was in a `Cargo.toml`.
This PR makes it so that they are in alphabetical order.
Note: `rustc-workspace-hack` was left alone at the bottom as it is a special dependency.
0 commit comments