Skip to content

Commit 574029e

Browse files
committed
Cleanup from review comments -- use cortex-m 0.5.6 in chapters 14 & 15
1 parent e5f94a0 commit 574029e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/14-i2c/auxiliary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "aux14"
55
version = "0.1.0"
66

77
[dependencies]
8-
cortex-m = "0.6.3"
8+
cortex-m = "=0.5.6"
99
cortex-m-rt = "0.6.3"
1010
panic-itm = "0.4.0"
1111

src/15-led-compass/auxiliary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "aux15"
55
version = "0.1.0"
66

77
[dependencies]
8-
cortex-m = "0.6.3"
8+
cortex-m = "=0.5.6"
99
cortex-m-rt = "0.6.3"
1010
panic-itm = "0.4.0"
1111

0 commit comments

Comments
 (0)