zerus 0.11.0

Lightweight binary to download only project required crates for offline crates.io mirror
1
2
3
4
5
6
7
8
9
10
11
12
build:
    cross build --locked --workspace --target x86_64-unknown-linux-musl

test:
    -pkill python3
    rm -rf ~/.cargo/registry/index/127.0.0.1-*
    rustup install nightly-2024-05-19
    rustup +nightly-2024-05-19 component add rust-src
    rustup install nightly-2024-10-09
    rustup +nightly-2024-10-09 component add rust-src
    rustup target add x86_64-unknown-linux-musl
    cargo test --locked --workspace