Skip to content

Commit 357fc33

Browse files
Bump cortex-m from 0.7.6 to 0.7.7 in /rtic_v0.5/stm32f0_hid_mouse
Bumps [cortex-m](https://github.com/rust-embedded/cortex-m) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/rust-embedded/cortex-m/releases) - [Changelog](https://github.com/rust-embedded/cortex-m/blob/v0.7.7/CHANGELOG.md) - [Commits](rust-embedded/cortex-m@v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: cortex-m dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 674a4b6 commit 357fc33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rtic_v0.5/stm32f0_hid_mouse/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v0.5/stm32f0_hid_mouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ usbd-hid = "0.6.1"
1515
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1616
panic-halt = "0.2.0"
1717
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }
18-
cortex-m = "0.7.6"
18+
cortex-m = "0.7.7"
1919
cortex-m-rtic = { version = "0.5.9", default-features = false, features = ["cortex-m-7"] }
2020
stm32f0xx-hal = { version = "0.18.0", features = ["rt", "stm32f042", "stm32-usbd"] }
2121
stm32-usbd = { version = "0.6.0" }

0 commit comments

Comments
 (0)