Skip to content

Commit 0b0dbb0

Browse files
authored
Upgrade to rp2040-hal 0.8.0 (#24)
1 parent 04d08ed commit 0b0dbb0

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.5.0"
3+
version = "0.6.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.7.0"
13+
rp2040-hal = "0.8.0"
1414
pio = "0.2.0"
1515
smart-leds-trait = "0.2.1"
1616
nb = "1.0.0"

0 commit comments

Comments
 (0)