Lines Matching +full:minimal +full:- +full:versions
3 set -ex
5 cmd="${1:-test}"
7 # Install cargo-hack for feature flag test
8 host=$(rustc -Vv | grep host | sed 's/host: //')
9 curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/download/cargo-hack-$host.tar.gz |…
12 # * --each-feature includes both default/no-default features
13 # * --optional-deps is needed for serde feature
14 cargo hack "${cmd}" --each-feature --optional-deps
16 cargo "${cmd}" --all-features
18 cargo doc --no-deps --all-features
22 cargo check --benches
24 # Check minimal versions
26 cargo update -Zminimal-versions
27 cargo check --all-features