Closed 9names closed 3 years ago
In Cargo.toml you have
rp2040-hal = {git="https://github.com/rp-rs/rp-hal.git"}
By not specifying a branch this will fail on older toolchains that will default for master.
In Cargo.toml you have
By not specifying a branch this will fail on older toolchains that will default for master.