Skip to content

Commit 5ac5511

Browse files
committed
Update cortex-m-rt
Old versions are buggy: rust-embedded/cortex-m#469 Signed-off-by: Daniel Schaefer <[email protected]>
1 parent fd72796 commit 5ac5511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

66
[dependencies]
77
cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
8-
cortex-m-rt = "0.7"
8+
cortex-m-rt = "0.7.3"
99
embedded-hal = { version = "0.2.7", features = ["unproven"] }
1010

1111
defmt = "0.3"

0 commit comments

Comments
 (0)