Skip to content

Commit 2e85ade

Browse files
committed
Upgrade to rp2040-hal 0.9
1 parent 0b0dbb0 commit 2e85ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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.8.0"
13+
rp2040-hal = "0.9.0"
1414
pio = "0.2.0"
1515
smart-leds-trait = "0.2.1"
1616
nb = "1.0.0"
1717
cortex-m = "0.7.3"
1818

1919
[patch.crates-io]
20-
rp2040-hal = { git = "https://github.com/ithinuel/rp-hal" }
20+
rp2040-hal = { git = "https://github.com/rp-rs/rp-hal" }

0 commit comments

Comments
 (0)