Skip to content

Commit ccfd3a3

Browse files
authored
Updated version in README.md
1 parent 06f7837 commit ccfd3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To use stm32f0xx-hal as a dependency in a standalone project the target device f
4444
[dependencies]
4545
cortex-m = "0.6.0"
4646
cortex-m-rt = "0.6.8"
47-
stm32f0xx-hal = {version = "0.16", features = ["stm32f030"]}
47+
stm32f0xx-hal = { version = "0.17", features = ["stm32f030"]}
4848
```
4949

5050
If you are unfamiliar with embedded development using Rust, there are a number of fantastic resources available to help.

0 commit comments

Comments
 (0)