Skip to content

Commit c993283

Browse files
authored
Merge pull request #458 from davefol/master
Update README.md
2 parents 21c64d8 + b711237 commit c993283

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ You also need to add some dependencies to your `Cargo.toml`:
4545

4646
```toml
4747
[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"
48+
embedded-hal = "0.2.7"
49+
nb = "1"
50+
cortex-m = "0.7.6"
51+
cortex-m-rt = "0.7.1"
5252
# Panic behaviour, see https://crates.io/keywords/panic-impl for alternatives
5353
panic-halt = "0.2.0"
5454

5555
[dependencies.stm32f1xx-hal]
56-
version = "0.6.1"
56+
version = "0.10.0"
5757
features = ["rt", "stm32f103", "medium"]
5858
```
5959

0 commit comments

Comments
 (0)