Skip to content

miden v0.8 fails to compile #840

@TomasArrachea

Description

@TomasArrachea

In the context of the miden-faucet, I'm trying to implement the custom transaction script in Rust and use the compiler (WIP PR). For that I am following the project-template that depends on miden v0.7.

If I update to miden v0.8, it enforces rustc version 1.92. Then, I encounter the following error while compiling the crate:

36 | / compile_error!(
37 | |     "panic_immediate_abort is now a real panic strategy! \
38 | |     Enable it with `panic = \"immediate-abort\"` in Cargo.toml, \
39 | |     or with the compiler flags `-Zunstable-options -Cpanic=immediate-abort`. \
40 | |     In both cases, you still need to build core, e.g. with `-Zbuild-std`"
41 | | );
   | |_^

Not sure what is causing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions