* ``` cargo embed --release warning: `pinetime-rs/.cargo/config` is deprecated in favor of `config.toml` note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` warning: `pinetime-rs/.cargo/config` is deprecated in favor of `config.toml` note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` Compiling pinetime-rs v0.1.0 (pinetime/pinetime-rs) error: could not compile `pinetime-rs` (bin "pinetime") due to 1 previous error error: no global memory allocator found but one is required; link to std or add `#[global_allocator]` to a static item that implements the GlobalAlloc trait Error Failed to run cargo build: exit code = Some(101). ```