nrf5x_hal 0.1.0: fix dependencies (#551)

* nrf5x-hal-0.1.0: fix dependencies

`~` was intended here and required since `cortex_m=0.4.0` is breaking the builds.

* Update microbit_examples-0.1.0.toml

* Update nrf5x_hal-0.1.0.toml
This commit is contained in:
Fabien Chouteau
2022-06-23 11:36:12 +02:00
committed by GitHub
parent f32a75e445
commit 1452ad5f47
2 changed files with 4 additions and 3 deletions
@@ -102,7 +102,7 @@ tags = ["embedded", "nostd", "microbit", "nrf51"]
auto-gpr-with=false # User has to select only one project file
[[depends-on]]
microbit_bsp = "^0.1.0"
microbit_bsp = "~0.1.0"
[gpr-set-externals]
MICROBIT_BSP_RUNTIME_CHECKS="enabled"
+3 -2
View File
@@ -11,8 +11,9 @@ tags = ["embedded", "nostd", "nrf51", "nrf52", "nordic", "drivers", "ble"]
auto-gpr-with=false # User has to select only one project file
[[depends-on]]
cortex_m = "^0.2.0"
hal = "^0.1.0"
cortex_m = "~0.2.0"
hal = "~0.1.0"
gnat_arm_elf = "^11.2"
[origin]
commit = "0cf20efac2d0a64ed22844edbfcdd3acbbcdb1cc"