aboutsummaryrefslogtreecommitdiff
path: root/.cargo (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-01Add the ability to install dev-suite to ds toolMichael Gattozzi1-0/+4
This adds the ability to install dev-suite from the command line and simplifies the process of acquiring all of the tools and sets the foundations to use ds more like rustup to manage dev-suite.
2019-12-19Upgrade Rust from 1.39 to 1.40Michael Gattozzi1-2/+0
2019-12-10Make the pre-commit script pedantic and fix errorsMichael Gattozzi1-0/+61
This commit really ups the level and quality of the Rust code by setting clippy to pedantic mode. It also fixes an issue where bash continued to run scripts even if something failed with a non-zero exit status. We also deny all warnings so as to actually fail the builds and the commit hooks. This should make sure code quality stays at a high level.