But if you check out github.com/rp-rs/rp-hal and `cargo update && cargo build --target=thumbv6m-none-eabi --all-features --examples` you'll get: ```console error[E0432]: unresolved import `std::path` --> /home/jonathan/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.5/src/array_string.rs:8:10 | 8 | use std::path::Path; | ^^^^ could not find `path` in `std` For more information about this error, try `rustc --explain E0432`. ```