explicitely specify HAL dep 0.2.1

This commit is contained in:
Robin Müller 2021-11-13 15:17:46 +01:00
parent 5078480646
commit 623099b118
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ panic-rtt-target = { version = "0.1", features = ["cortex-m"] }
rtt-target = { version = "0.3", features = ["cortex-m"] }
[dependencies.va108xx-hal]
version = "0.2"
version = "0.2.1"
features = ["rt"]