From d75020859416d1966cf5ab301a94a2a7d4710c10 Mon Sep 17 00:00:00 2001 From: Albin Hedman Date: Sat, 14 Dec 2024 15:16:04 +0100 Subject: [PATCH] Use stm32h7-staging --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ca12586..5a494a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,8 +32,7 @@ embedded-hal = { version = "0.2.6", features = ["unproven"] } embedded-dma = "0.2.0" cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] } defmt = { version = ">=0.2.0,<0.4", optional = true } -#stm32h7 = { version = "^0.15.1", default-features = false } -stm32h7 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", default-features = false } +stm32h7 = { version = "0.16.0", package = "stm32h7-staging", default-features = false } void = { version = "1.0.2", default-features = false } cast = { version = "0.3.0", default-features = false } nb = "1.0.0"