Skip to content

Commit 15fadbc

Browse files
committed
update cfg-if and rtt-target dependencies
1 parent 2df68be commit 15fadbc

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
@@ -55,9 +55,9 @@ optional = true
5555
cortex-m-rtic = { version = "0.5.8", default-features = false, features = ["cortex-m-7"] }
5656
log = "0.4.11"
5757
panic-halt = "0.2.0"
58-
cfg-if = "0.1.10"
59-
rtt-target = { version = "0.2.0", features = ["cortex-m"] }
6058
panic-rtt-target = { version = "0.1.0", features = ["cortex-m"] }
59+
cfg-if = "1.0.0"
60+
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
6161
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
6262
cortex-m-log = { version = "~0.7.0", features = ["itm", "semihosting", "log-integration"] }
6363
panic-itm = { version = "~0.4.1" }

0 commit comments

Comments
 (0)