From 024520292d6fbfb845639beb9273789c805bcf68 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sun, 22 Dec 2024 12:06:33 +0000 Subject: [PATCH] Depend on rp2040-hal 0.11 and bump version to 0.9.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1915fb5..6e8abe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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." @@ -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" }