We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0dbb0 commit 2e85adeCopy full SHA for 2e85ade
Cargo.toml
@@ -10,11 +10,11 @@ repository = "https://github.com/rp-rs/ws2812-pio-rs/"
10
[dependencies]
11
embedded-hal = "0.2.5"
12
fugit = "0.3.5"
13
-rp2040-hal = "0.8.0"
+rp2040-hal = "0.9.0"
14
pio = "0.2.0"
15
smart-leds-trait = "0.2.1"
16
nb = "1.0.0"
17
cortex-m = "0.7.3"
18
19
[patch.crates-io]
20
-rp2040-hal = { git = "https://github.com/ithinuel/rp-hal" }
+rp2040-hal = { git = "https://github.com/rp-rs/rp-hal" }
0 commit comments