5 lines
128 B
Bash
Executable file
5 lines
128 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
rustup toolchain update stable;
|
|
cargo +stable publish --verbose --manifest-path framed/Cargo.toml;
|