Skip to content

Commit

Permalink
update dependencies: rtic, panic-semihosting
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeoin committed Jul 27, 2022
1 parent 16220b1 commit 91388ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ optional = true

[dev-dependencies]
cortex-m-rt = ">=0.6.15,<0.8"
cortex-m-rtic = { version = "1.0.0" }
cortex-m-rtic = "1.1"
log = "0.4.11"
panic-halt = "0.2.0"
panic-rtt-target = { version = "0.1.0", features = ["cortex-m"] }
cfg-if = "1.0.0"
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
cortex-m-log = { version = "~0.7.0", features = ["itm", "semihosting", "log-integration"] }
cortex-m-semihosting = "0.3.5"
panic-itm = { version = "~0.4.1" }
panic-semihosting = { version = "0.5.3" }
cortex-m-semihosting = { version = "0.3.5" }
panic-semihosting = "0.6"
usb-device = "0.2.5"
usbd-serial = "0.1.0"

Expand Down

0 comments on commit 91388ae

Please sign in to comment.