comprehensive-rust
comprehensive-rust copied to clipboard
Add dprint to install-tools task.
As mentioned in CONTRIBUTING.md, dprint is used for formatting in the project. This PR adds dprint to the list of packages that are installed when one runs cargo xtask install-tools.
I suspect the build failures were some sort of intermittent? I can't merge without them passing, but if necessary someone with admin privileges can.
I suspect the build failures were some sort of intermittent? I can't merge without them passing, but if necessary someone with admin privileges can.
Not sure but might be related to https://github.com/rust-lang/rust/issues/143835. So as not to break the CI might be better if it's resolved first. I'll keep an eye on it and dig deeper when I get a chance.
Once https://github.com/dprint/dprint/pull/1021 lands, we can upgrade our dprint version and I believe this should fix the build issues.
Once dprint/dprint#1021 lands, we can upgrade our dprint version and I believe this should fix the build issues.
The PR is merged, but I didn't check if there is a new release yet.
@egithinji I just checked there is a new release https://github.com/dprint/dprint/releases/tag/0.50.2 with that PR included