Skip to content

Commit

Permalink
deps: Update to latest cortex-m dependency
Browse files Browse the repository at this point in the history
No reason to stay on the older package, and easier for other
applications to move forwards.

Signed-off-by: Karl Palsson <[email protected]>
  • Loading branch information
karlp committed Sep 6, 2021
1 parent f0b71d1 commit 6633057
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 @@ -21,7 +21,7 @@ exclude = [
edition = "2018"

[dependencies]
cortex-m = "0.6.2"
cortex-m = "0.7"
embedded-dma = "0.1"
nb = "0.1.1"
stm32wb-pac = "0.2"
Expand Down

0 comments on commit 6633057

Please sign in to comment.