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 21c64d8 commit b711237Copy full SHA for b711237
README.md
@@ -45,15 +45,15 @@ You also need to add some dependencies to your `Cargo.toml`:
45
46
```toml
47
[dependencies]
48
-embedded-hal = "0.2.3"
49
-nb = "0.1.2"
50
-cortex-m = "0.6.2"
51
-cortex-m-rt = "0.6.11"
+embedded-hal = "0.2.7"
+nb = "1"
+cortex-m = "0.7.6"
+cortex-m-rt = "0.7.1"
52
# Panic behaviour, see https://crates.io/keywords/panic-impl for alternatives
53
panic-halt = "0.2.0"
54
55
[dependencies.stm32f1xx-hal]
56
-version = "0.6.1"
+version = "0.10.0"
57
features = ["rt", "stm32f103", "medium"]
58
```
59
0 commit comments