summaryrefslogtreecommitdiff
path: root/tools/check-dependencies
Commit message (Collapse)AuthorAge
* Move back to stable rust.Owen Jacobson2022-06-08
| | | | `maud`, which was the main reason for nightlies, relies on proc macros. Those are stable in the 2021 edition, and maud 0.23+ uses them in a stable-friendly way.
* Extracted checks into a tools directory.Owen Jacobson2020-06-17
Having the checks duplicated between .git-hooks and .travis.yml was a recipe for them to diverge eventually. This is somewhat tidier, and creates a clear convention for any future tools-like scripts. I didn't do the same to install steps, as they're a lot more sensitive to the specific environment - Travis requires different things from Github, which requires different things from CircleCI, which requires different things from a local environment.