1
Fork 0

bin/publish uses stable toolchain.

This commit is contained in:
Alex Helfet 2017-12-24 18:52:32 +00:00
parent 66151bc953
commit fea6a96838

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -ex
cargo publish --target x86_64-unknown-linux-gnu --verbose
rustup toolchain update stable;
cargo +stable publish --target x86_64-unknown-linux-gnu --verbose;