5 lines
No EOL
127 B
Bash
Executable file
5 lines
No EOL
127 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
rustup toolchain update stable;
|
|
cargo +stable publish --target x86_64-unknown-linux-gnu --verbose; |