From 08f77c5f924c91b3cb190a26e14501eeb0ed0985 Mon Sep 17 00:00:00 2001 From: tmehr-enqt Date: Mon, 10 Nov 2025 09:55:28 +0100 Subject: [PATCH] Update README.md Updated stm32f1xx-hal dependency version and removed rt features in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 994f8b6e..6a42def6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ panic-halt = "1.0.0" [dependencies.stm32f1xx-hal] version = "0.11.0" -features = ["rt", "stm32f103", "medium"] +features = ["stm32f103", "medium"] ``` If you build your project now, you should get a single error: `error: language @@ -191,8 +191,8 @@ be specified as part of the `Cargo.toml` definition. ```toml [dependencies.stm32f1xx-hal] -version = "0.9.0" -features = ["stm32f100", "rt"] +version = "0.11.0" +features = ["stm32f100"] ``` ## Documentation