Skip to content

Commit 17be8aa

Browse files
authored
Merge pull request #38 from jannic/hal-0.11
Depend on rp2040-hal 0.11 and bump version to 0.9.0
2 parents b6f8495 + 0245202 commit 17be8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ws2812-pio"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Driver implementation for the WS2812 smart LED using the RP2040's PIO peripheral."
@@ -10,7 +10,7 @@ repository = "https://github.com/rp-rs/ws2812-pio-rs/"
1010
[dependencies]
1111
embedded-hal = "0.2.5"
1212
fugit = "0.3.5"
13-
rp2040-hal = "0.10"
13+
rp2040-hal = "0.11"
1414
pio = "0.2.0"
1515
smart-leds-trait = "0.3"
1616
smart-leds-trait-0-2 = { package = "smart-leds-trait", version = "0.2.1" }

0 commit comments

Comments
 (0)