tikv / rust-prometheus

Prometheus instrumentation library for Rust applications
Apache License 2.0
1.05k stars 182 forks source link

ci: add a job for minimum toolchain (MSRV) #467

Closed lucab closed 1 year ago

lucab commented 1 year ago

This adds a new CI job to verify building with a minimum supported Rust version (MSRV), currently set at 1.57.0. This is done in preparation for a future edition-2021 switch.

lucab commented 1 year ago

The 1.57.0 here is the result of our current dependency set (cargo verifies and enforces it when building).