aboutsummaryrefslogtreecommitdiff
path: root/.cargo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the ability to install dev-suite to ds toolMichael Gattozzi2020-01-011-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.
* Upgrade Rust from 1.39 to 1.40Michael Gattozzi2019-12-191-2/+0
|
* Make the pre-commit script pedantic and fix errorsMichael Gattozzi2019-12-101-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.