Skip to content

Commit c561e9e

Browse files
authored
Merge pull request #551 from stm32-rs/fix-readme-documentation
Update README.md
2 parents b7926f2 + 08f77c5 commit c561e9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ panic-halt = "1.0.0"
5656

5757
[dependencies.stm32f1xx-hal]
5858
version = "0.11.0"
59-
features = ["rt", "stm32f103", "medium"]
59+
features = ["stm32f103", "medium"]
6060
```
6161

6262
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.
191191

192192
```toml
193193
[dependencies.stm32f1xx-hal]
194-
version = "0.9.0"
195-
features = ["stm32f100", "rt"]
194+
version = "0.11.0"
195+
features = ["stm32f100"]
196196
```
197197

198198
## Documentation

0 commit comments

Comments
 (0)