From 25a25b33075bf033c13f3be1a35107da6c9751f0 Mon Sep 17 00:00:00 2001 From: Isaikin Roman Date: Sat, 16 Dec 2023 15:00:56 +0100 Subject: [PATCH] Switch to stm32-fmc fork. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 532c0d83..8f813949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ paste = "1.0.1" bare-metal = "1.0.0" sdio-host = { version = "0.9", optional = true } embedded-sdmmc = { version = "0.3", optional = true } -stm32-fmc = { version = "0.2", optional = true } +stm32-fmc = { git = "https://github.com/romixlab/stm32-fmc.git", optional = true } synopsys-usb-otg = { version = "^0.3.0", features = ["cortex-m"], optional = true } embedded-display-controller = { version = "^0.1.0", optional = true } log = { version = "0.4.14", optional = true} # see also the dev-dependencies section