Sha256: e8999ad40e0a73fe5592433bdb7b69f2a718e2a8394d357c8a7b07e65b71f68c
Contents?: true
Size: 582 Bytes
Versions: 11
Compression:
Stored size: 582 Bytes
Contents
#!/bin/bash set -euxo pipefail export RUSTFLAGS=-Dwarnings export RUSTDOCFLAGS="--cfg=docsrs -Dwarnings" cargo fmt --check cargo check cargo check --features alloc cargo check --features std cargo check --features async cargo check --features alloc,async cargo check --features std,async cargo check --features tokio cargo check --features futures cargo check --features tokio,futures RUSTUP_TOOLCHAIN=stable cargo check RUSTUP_TOOLCHAIN=stable cargo check --features alloc RUSTUP_TOOLCHAIN=stable cargo check --features std cargo rustdoc --features std,async,defmt,tokio,futures
Version data entries
11 entries across 11 versions & 1 rubygems