Merge pull request #5 from rp-rs/update-sdmmc

Update dependency to latest release of embedded-sdmmc
This commit is contained in:
Jan Niehusmann 2023-02-18 13:10:12 +01:00 committed by GitHub
commit b6ce0b17a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ cortex-m-rtic = "1.1.2"
nb = "1.0" nb = "1.0"
i2c-pio = "0.6.0" i2c-pio = "0.6.0"
heapless = "0.7.9" 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" smart-leds = "0.3.0"
ws2812-pio = "0.6.0" ws2812-pio = "0.6.0"
ssd1306 = "0.7.0" ssd1306 = "0.7.0"