Skip to content

Commit

Permalink
Bump cortex-m-rt to 0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed May 17, 2021
1 parent 159cae1 commit c12a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ targets = ["thumbv7em-none-eabihf"]

[dependencies]
cortex-m = "^0.7.1"
cortex-m-rt = { version = "^0.6.12", features = ["device"] }
cortex-m-rt = { version = "^0.6.13", features = ["device"] }
stm32h7xx-hal = { version = "0.9.0", features = [ "stm32h750v", "rt", "revision_v", "usb_hs" ] }
cty = "0.2.1"
cortex-m-semihosting = "0.3.5"
Expand Down

0 comments on commit c12a67f

Please sign in to comment.