We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7926f2 commit 08f77c5Copy full SHA for 08f77c5
README.md
@@ -56,7 +56,7 @@ panic-halt = "1.0.0"
56
57
[dependencies.stm32f1xx-hal]
58
version = "0.11.0"
59
-features = ["rt", "stm32f103", "medium"]
+features = ["stm32f103", "medium"]
60
```
61
62
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.
191
192
```toml
193
194
-version = "0.9.0"
195
-features = ["stm32f100", "rt"]
+version = "0.11.0"
+features = ["stm32f100"]
196
197
198
## Documentation
0 commit comments