Skip to content

Commit

Permalink
Downgrade rp2040-hal to 0.10
Browse files Browse the repository at this point in the history
This was conflictin with rp-pico crate which still uses 0.10. This is required until rp-rs/rp-hal-boards#99 can be merged.
  • Loading branch information
mdaffin committed Jan 4, 2025
1 parent 5e8eced commit 091445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/rp-rs/ws2812-pio-rs/"
[dependencies]
embedded-hal = "1.0.0"
fugit = "0.3.5"
rp2040-hal = "0.11"
rp2040-hal = "0.10"
pio = "0.2.0"
smart-leds-trait = "0.3"
smart-leds-trait-0-2 = { package = "smart-leds-trait", version = "0.2.1" }
Expand Down

0 comments on commit 091445e

Please sign in to comment.