yoshuawuyts / futures-concurrency

Structured concurrency operations for async Rust
https://docs.rs/futures-concurrency
Apache License 2.0
400 stars 31 forks source link

Add checks for msrv and semver #181

Closed matheus-consoli closed 5 months ago

matheus-consoli commented 5 months ago

declare the Minimum Supported Rust Version and add a check for it in CI. the msrv was identified using cargo-msrv.

i also took the opportunity to fill the keywords and categories on the cargo manifest, and, more importantly, add a CI step for cargo-semver-checks. the crate is gaining more features and users (!!), it's important not to break semver expectations.

Closes #180