Skip to content

v2.7.0 fails to build on rust < 1.77.0 #51

Closed
@SRv6d

Description

@SRv6d

Starting with v2.7.0, codspeed-criterion-compat fails to build on rust versions lower than 1.77.0.

error: unsupported output in build script of codspeed-criterion-compat v2.7.0: cargo::rustc-check-cfg=cfg(codspeed)
Found a cargo::key=value build directive which is reserved for future use.
Either change the directive to cargo:key=value syntax (note the single :) or upgrade your version of Rust.
See https://doc.rust-lang.org/cargo/reference/build-scripts.html#outputs-of-the-build-script for more information about build script outputs.

I assume a dependency is using rust-lang/cargo#12201 but haven't looked further into it. Maybe codspeed could add a fixed MSRV and test it in CI?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions