Today, this crate doesn't declare the msrv in the Cargo.toml.
This can lead to more confusing errors when trying to compile with an older Rust compiler, and when trying to find the right release that would work with an older Rust compiler.
This would likely need a pipeline change as well, so the CI verifies the declared msrv. There seems to be notes on that here.
Today, this crate doesn't declare the msrv in the
Cargo.toml
.This can lead to more confusing errors when trying to compile with an older Rust compiler, and when trying to find the right release that would work with an older Rust compiler.
This would likely need a pipeline change as well, so the CI verifies the declared msrv. There seems to be notes on that here.