From 09cb051ef0e6863e805a3fc65d509147b031f411 Mon Sep 17 00:00:00 2001 From: BriocheBerlin Date: Wed, 24 Nov 2021 16:45:48 +0100 Subject: [PATCH] Updates nrf-hal version to 0.14.0 to resolve dependency conflicts. (#57) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dae452..7384e42 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ For the nRF52840 you'll want to use the [`nrf52840-hal`]. # Cargo.toml [dependencies] -# some-hal = "1.2.3" -+nrf52840-hal = "0.12.0" ++nrf52840-hal = "0.14.0" ``` #### 5. Import your HAL