Skip to content

Commit 413e213

Browse files
authored
Merge pull request #38 from jonas-schievink/rtfm
Make RTFM a dev-dependency
2 parents c69aa42 + a289bca commit 413e213

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
@@ -32,7 +32,6 @@ embedded-hal = { version = "0.2.3", features = ["unproven"] }
3232
cortex-m = {version = "0.6.0", features = ["const-fn"] }
3333
cortex-m-rt = "0.6.8"
3434
cortex-m-semihosting = "0.3.2"
35-
cortex-m-rtfm = "0.4.3"
3635
void = { version = "1.0.2", default-features = false }
3736
cast = { version = "0.2.2", default-features = false }
3837
nb = "0.1.2"
@@ -45,6 +44,7 @@ aligned = "0.3.1"
4544
heapless = "0.5.0"
4645
panic-halt = "0.2.0"
4746
panic-semihosting = "0.5.1"
47+
cortex-m-rtfm = "0.4.3"
4848

4949
[features]
5050
# Miscellaneaous features

0 commit comments

Comments
 (0)