bin/publish
uses stable toolchain.
This commit is contained in:
parent
66151bc953
commit
fea6a96838
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
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;
|
Loading…
Reference in a new issue