Skip to content

Commit e7d43b3

Browse files
committed
Update dev-dependencies to get examples to build
1 parent dffa70f commit e7d43b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ example-nucleo-pins = [ ]
6868
rtic-echo-example = [ "defmt", "smoltcp-phy", "smoltcp/defmt", "smoltcp/medium-ethernet", "smoltcp/socket-tcp" ]
6969

7070
[dev-dependencies]
71-
cortex-m = "0.7"
71+
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
7272
cortex-m-rt = "0.7"
7373
fugit = "0.3"
7474
cortex-m-rtic = "1.0"
75-
defmt-rtt = "0.3"
75+
defmt-rtt = "0.4"
7676
panic-probe = { version = "0.3", features = [ "print-defmt" ] }
7777
systick-monotonic = "1.0"
7878

0 commit comments

Comments
 (0)