1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-10 00:44:21 +02:00

Downgrade cortex-m-rt to 0.7.3. (#2095)

0.7.4 was yanked.

Fixes #2094.
This commit is contained in:
Andrew Walbran 2024-05-23 20:14:05 +01:00 committed by GitHub
parent 3d999663ac
commit 5ce6a9bd72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
publish = false
[dependencies]
cortex-m-rt = "0.7.4"
cortex-m-rt = "0.7.3"
embedded-hal = "1.0.0"
microbit-v2 = "0.14.0"
nrf52833-hal = "0.17.1"

View File

@ -7,7 +7,7 @@ edition = "2021"
publish = false
[dependencies]
cortex-m-rt = "0.7.4"
cortex-m-rt = "0.7.3"
embedded-hal = "1.0.0"
lsm303agr = "1.0.0"
microbit-v2 = "0.14.0"