Update dependency to latest release of embedded-sdmmc

This avoids a git dependency
This commit is contained in:
Jan Niehusmann 2023-01-24 18:49:15 +00:00
parent 2fbf4c6ab1
commit 52e248fa5d

View file

@ -26,7 +26,7 @@ cortex-m-rtic = "1.1.2"
nb = "1.0"
i2c-pio = "0.6.0"
heapless = "0.7.9"
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" }
embedded-sdmmc = "0.4.0"
smart-leds = "0.3.0"
ws2812-pio = "0.6.0"
ssd1306 = "0.7.0"