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.
2 parents 06f7837 + ccfd3a3 commit 08fb165Copy full SHA for 08fb165
README.md
@@ -44,7 +44,7 @@ To use stm32f0xx-hal as a dependency in a standalone project the target device f
44
[dependencies]
45
cortex-m = "0.6.0"
46
cortex-m-rt = "0.6.8"
47
-stm32f0xx-hal = {version = "0.16", features = ["stm32f030"]}
+stm32f0xx-hal = { version = "0.17", features = ["stm32f030"]}
48
```
49
50
If you are unfamiliar with embedded development using Rust, there are a number of fantastic resources available to help.
0 commit comments