update README

This commit is contained in:
Robin Müller 2021-12-06 12:52:34 +01:00
parent 5495cf6ab6
commit f2ca18469b
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 5 additions and 5 deletions

View File

@ -71,13 +71,13 @@ is contained within the
```toml
[dependencies]
cortex-m = "0.7.3"
cortex-m-rt = "0.7.0"
panic-halt = "0.2"
embedded-hal = "0.2.6"
cortex-m = "<Compatible Version>"
cortex-m-rt = "<Compatible Version>"
panic-halt = "<Compatible Version>"
embedded-hal = "<Compatible Version>"
[dependencies.va108xx-hal]
version = "0.2"
version = "<Most Recent Version>"
features = ["rt"]
```