mozilla / grcov

Rust tool to collect and aggregate code coverage data for multiple source files
Mozilla Public License 2.0
1.15k stars 148 forks source link

Fix the build on the latest Rust versions by updating time crate #1188

Open m4tx opened 1 week ago

m4tx commented 1 week ago

This just updates the time crate in Cargo.lock (to another semver-compatible version) so that grcov can be build on the latest Rust versions with --locked.

This fixes #1187. Note that grcov will need a new release after this.