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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'