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 06f7837 commit ccfd3a3Copy full SHA for ccfd3a3
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