Skip to content

Commit 5ce6a9b

Browse files
authored
Downgrade cortex-m-rt to 0.7.3. (#2095)
0.7.4 was yanked. Fixes #2094.
1 parent 3d99966 commit 5ce6a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bare-metal/microcontrollers/examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
publish = false
88

99
[dependencies]
10-
cortex-m-rt = "0.7.4"
10+
cortex-m-rt = "0.7.3"
1111
embedded-hal = "1.0.0"
1212
microbit-v2 = "0.14.0"
1313
nrf52833-hal = "0.17.1"

src/exercises/bare-metal/compass/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
publish = false
88

99
[dependencies]
10-
cortex-m-rt = "0.7.4"
10+
cortex-m-rt = "0.7.3"
1111
embedded-hal = "1.0.0"
1212
lsm303agr = "1.0.0"
1313
microbit-v2 = "0.14.0"

0 commit comments

Comments
 (0)