From 3971854eaa44eda7ebc20dbfe8e6c6659b9bad98 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 4 Feb 2020 08:06:29 -0800 Subject: [PATCH] Check for outdated dependencies before publishing type: testing --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 3c57ef7..3dfe93d 100644 --- a/justfile +++ b/justfile @@ -56,6 +56,7 @@ check: test clippy lint check-minimal-versions git diff --no-ext-diff --quiet --exit-code publish-check: check + cargo outdated --exit-code 1 git branch | grep '* master' grep {{version}} CHANGELOG.md