tikv / rust-prometheus

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

ci: bump MSRV to fix test jobs #519

Closed lucab closed 2 months ago

lucab commented 2 months ago

This fixes current CI failure on master:

error: package `clap v4.5.4` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.70.0
lucab commented 2 months ago

/cc @BusyJay for review.