Closed SRv6d closed 2 months ago
Yes, this 2.7.0 had to add this to silence linter warnings, hence those things has been added to the build scripts, but you're right, since we don't test with an MSRV I didn't notice the issue upon release.
Is there a way we can fix this? Codspeed is great but it is slightly ironic that it is what was causing CI failures for me. I can pin codspeed to a version that is compatible with my MSRV, but It would obviously be nicer to have a known MSRV. 1.77.0 seems a bit young for a MSRV but this is a decision for codpseed to make.
Yes 1.77 would be a bit too young, we'll go with 1.74. And we'll be checking the MSRV in the CI as you mentionned
Nice, that was fast, almost benchmark worthy.
Starting with v2.7.0,
codspeed-criterion-compat
fails to build on rust versions lower than 1.77.0.I assume a dependency is using https://github.com/rust-lang/cargo/pull/12201/ but haven't looked further into it. Maybe codspeed could add a fixed MSRV and test it in CI?