Updates nrf-hal version to 0.14.0 to resolve dependency conflicts. (#57)

This commit is contained in:
BriocheBerlin
2021-11-24 16:45:48 +01:00
committed by GitHub
parent 733a38a272
commit 09cb051ef0
+1 -1
View File
@@ -93,7 +93,7 @@ For the nRF52840 you'll want to use the [`nrf52840-hal`].
# Cargo.toml # Cargo.toml
[dependencies] [dependencies]
-# some-hal = "1.2.3" -# some-hal = "1.2.3"
+nrf52840-hal = "0.12.0" +nrf52840-hal = "0.14.0"
``` ```
#### 5. Import your HAL #### 5. Import your HAL