1
Fork 0
framed-rs/bin/build_docs
2017-12-30 00:03:13 +00:00

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;