Skip to content

Commit e331d7f

Browse files
authored
bsp: pin to same version as HAL
1 parent 8ed8c3c commit e331d7f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lora-e5-bsp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ defmt = ["stm32wlxx-hal/defmt"]
1717
rt = ["stm32wlxx-hal/rt"]
1818

1919
[dependencies.stm32wlxx-hal]
20+
version = "=0.2.0"
2021
path = "../hal"
2122
features = ["stm32wle5"]

nucleo-wl55jc-bsp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ stm32wl5x_cm4 = ["stm32wlxx-hal/stm32wl5x_cm4"]
1919
stm32wl5x_cm0p = ["stm32wlxx-hal/stm32wl5x_cm0p"]
2020

2121
[dependencies.stm32wlxx-hal]
22+
version = "=0.2.0"
2223
path = "../hal"

0 commit comments

Comments
 (0)