6 lines
136 B
Bash
Executable file
6 lines
136 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
rustup toolchain update nightly;
|
|
|
|
cargo +nightly doc -p framed --verbose --no-deps --features use_nightly;
|