Closed
Description
I'm using rustc stable 1.76.0 and psm 0.1.22 does not compile but psm 0.1.21 does compile fine.
The cargo error :
error: unsupported output in build script of `psm v0.1.22`: `cargo::rustc-check-cfg=cfg(switchable_stack,asm,link_asm)`
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.
The use of ::
was introduced in this commit : d0c34d5#diff-af3494399696f0e51254641cc231eda98f371372b92fb4f453e43d7f8229b08cL10
To fix this issue, I forced the version 0.1.21 in my Cargo.toml
Metadata
Metadata
Assignees
Labels
No labels