"Was doing something similar when..." <- Try adding this to your `.cargo/config.toml` ```toml [unstable] build-std = ["core"] build-std-features = ["panic_immediate_abort"] ```