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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user