Skip to content

Commit

Permalink
Merge pull request #38 from jannic/hal-0.11
Browse files Browse the repository at this point in the history
Depend on rp2040-hal 0.11 and bump version to 0.9.0
  • Loading branch information
jannic authored Dec 22, 2024
2 parents b6f8495 + 0245202 commit 17be8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ws2812-pio"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
license = "Apache-2.0"
description = "Driver implementation for the WS2812 smart LED using the RP2040's PIO peripheral."
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/rp-rs/ws2812-pio-rs/"
[dependencies]
embedded-hal = "0.2.5"
fugit = "0.3.5"
rp2040-hal = "0.10"
rp2040-hal = "0.11"
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 17be8aa

Please sign in to comment.