add async feature #1

Merged
b4tman merged 62 commits from async into master 2023-08-18 06:29:46 +00:00
Showing only changes of commit a496f37ef2 - Show all commits

View File

@ -7,8 +7,8 @@ steps:
image: rust:1-alpine
commands:
- apk add --no-cache musl-dev
- cargo build --verbose --all
- cargo test --verbose --all
- cargo build --verbose --all-features --all
- cargo test --verbose --all-features --all
environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse