From 2e8c58e1cdc45a9a5a7dc5d4dc936debf4793982 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 28 Mar 2021 16:10:37 -0700 Subject: [PATCH] Change publish recipe to use stable rust (#777) --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 90d2636..ca43cec 100755 --- a/justfile +++ b/justfile @@ -77,7 +77,7 @@ publish: publish-check git branch | grep '* master' git tag -a {{version}} -m 'Release {{version}}' git push github {{version}} - cargo +nightly publish + cargo publish push: check ! git branch | grep '* master'