-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels