Change publish recipe to use stable rust (#777)
This commit is contained in:
parent
d81d17ba0a
commit
2e8c58e1cd
2
justfile
2
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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user