Change publish recipe to use stable rust (#777)

This commit is contained in:
Casey Rodarmor
2021-03-28 16:10:37 -07:00
committed by GitHub
parent d81d17ba0a
commit 2e8c58e1cd

View File

@@ -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'