crit 0.0.10

Rust cross-compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
set -e

rustup component add \
    clippy \
    rustfmt
cargo install --force \
    cargo-audit \
    cargo-cache \
    cargo-edit \
    tinyrick@0.0.17
cargo install --force \
    cross \
        --git https://github.com/cross-rs/cross \
        --rev 4e64366af6095c84fa4f54a0fa5a2ba7d9a271aa