bertptrs / tracing-mutex

A Mutex wrapper tracking acquisition order
https://docs.rs/tracing-mutex/
Apache License 2.0
66 stars 7 forks source link

Introduce an MSRV #26

Closed bertptrs closed 2 years ago

bertptrs commented 2 years ago

It's easy to accidentally break compatibility by using newer Rust features that aren't strictly necessary. We should introduce and test a MSRV. Since Rust 1.63 made the constructors for mutexes const, that should be a good first MSRV for the next semver bump.