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 ```toml
[dependencies] [dependencies]
cortex-m = "0.7.3" cortex-m = "<Compatible Version>"
cortex-m-rt = "0.7.0" cortex-m-rt = "<Compatible Version>"
panic-halt = "0.2" panic-halt = "<Compatible Version>"
embedded-hal = "0.2.6" embedded-hal = "<Compatible Version>"
[dependencies.va108xx-hal] [dependencies.va108xx-hal]
version = "0.2" version = "<Most Recent Version>"
features = ["rt"] features = ["rt"]
``` ```