sharkdp / hyperfine

A command-line benchmarking tool
Apache License 2.0
20.72k stars 333 forks source link

fix: update Cargo.lock to remove proc_macro_span #669

Closed richardmon closed 11 months ago

richardmon commented 11 months ago

Due some changes in the rust toolchain if you try to build hyperfine you will likely see this error https://github.com/rust-lang/rust/issues/113152, rebuilding cargo.lock fixes it.

sharkdp commented 11 months ago

Thank you. Look s like the MSRV needs to be updated.

richardmon commented 11 months ago

@sharkdp thanks, Just bump the version and now it passes all the checks.

sharkdp commented 11 months ago

Thank you