Check for outdated dependencies before publishing

type: testing
This commit is contained in:
Casey Rodarmor 2020-02-04 08:06:29 -08:00
parent 99a069a021
commit 3971854eaa
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0

View File

@ -56,6 +56,7 @@ check: test clippy lint check-minimal-versions
git diff --no-ext-diff --quiet --exit-code git diff --no-ext-diff --quiet --exit-code
publish-check: check publish-check: check
cargo outdated --exit-code 1
git branch | grep '* master' git branch | grep '* master'
grep {{version}} CHANGELOG.md grep {{version}} CHANGELOG.md