rp-rs / ws2812-pio-rs

https://crates.io/crates/ws2812-pio/
Apache License 2.0
18 stars 26 forks source link

Branch for rp-hal not specified in Cargo.toml #1

Closed 9names closed 3 years ago

9names commented 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.