Update cargo sort table order

This commit is contained in:
Jonas Platte 2022-04-20 16:36:42 +02:00 committed by Jonas Platte
parent dc692e7c16
commit 05b643a13b

View File

@ -278,7 +278,7 @@ impl CiTask {
" "
rustup run {NIGHTLY} cargo sort rustup run {NIGHTLY} cargo sort
--workspace --grouped --check --workspace --grouped --check
--order package,lib,features,dependencies,dev-dependencies,build-dependencies --order package,lib,features,dependencies,target,dev-dependencies,build-dependencies
" "
) )
.run() .run()