From d5331d1ac7b50f7821c4658140b48ede815fe4ec Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Tue, 23 Aug 2022 07:28:28 +0000 Subject: [PATCH] Minimal fix for embedded-sdmmc build failure Just pin the git dependency on the most recent working version --- boards/rp-pico/Cargo.toml | 2 +- boards/vcc-gnd-yd-rp2040/Cargo.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 2ef6b88..0cda1ad 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -29,7 +29,7 @@ cortex-m-rtic = "1.1.2" nb = "1.0" i2c-pio = "0.3.0" heapless = "0.7.9" -embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git" } +embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" } smart-leds = "0.3.0" ws2812-pio = "0.3.0" ssd1306 = "0.7.0" diff --git a/boards/vcc-gnd-yd-rp2040/Cargo.toml b/boards/vcc-gnd-yd-rp2040/Cargo.toml index d4d5ea8..adb91f9 100644 --- a/boards/vcc-gnd-yd-rp2040/Cargo.toml +++ b/boards/vcc-gnd-yd-rp2040/Cargo.toml @@ -28,7 +28,6 @@ cortex-m-rtic = "1.1.2" nb = "1.0" i2c-pio = "0.3.0" heapless = "0.7.9" -embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git" } smart-leds = "0.3.0" ws2812-pio = "0.3.0" ssd1306 = "0.7.0"