FuelLabs / fuel-indexer

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
https://docs.fuel.network/docs/indexer/
140 stars 66 forks source link

chore: cargo sort the whole workspace #1427

Closed lostman closed 10 months ago

lostman commented 10 months ago

Description

This PR changes the CI script to cargo sort --check the whole workspace.

Currently, we are only checking a subset of all packages using packages/**/Cargo.toml.

Testing steps

CI should pass.

Changelog