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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
We use the cargo-tomlfmt binary to enforce a certain formatting of the Cargo.toml files.
Specifically, we sort the list of dependencies alphabetically which helps with avoiding merge conflicts.
Would you consider creating an action that allows to use this tool without having to install it every time?
Installing it takes somewhere around 4 minutes.
Yeah, cargo install command is incredibly slow, but at this point this thing is blocked by #21.
I presume, it would be possible to make some kind of an opaque cache, which is automatically caches the artefacts generated by any cargo install command invoked; see linked issue for more details about that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use the
cargo-tomlfmt
binary to enforce a certain formatting of theCargo.toml
files.Specifically, we sort the list of dependencies alphabetically which helps with avoiding merge conflicts.
Would you consider creating an action that allows to use this tool without having to install it every time?
Installing it takes somewhere around 4 minutes.
References:
The text was updated successfully, but these errors were encountered: