Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: check MSRV for building not for testing
tokio v1.32.0 needs Rust 1.63 or newer, while our MSRV is 1.62.1. It is only a dev depdendency. Prior to this commit, we ran the tests, with this commit we only build the with the MSRV, that should be good enough.
- Loading branch information