Skip to content

Commit d3a90d0

Browse files
Bump cortex-m from 0.7.6 to 0.7.7 in /rtic_v1/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 d3a90d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rtic_v1/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_v1/stm32f0_hid_mouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ usb-device = "0.2.8"
1010
usbd-hid = "0.6.1"
1111
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1212
panic-halt = "0.2.0"
13-
cortex-m = "0.7.4"
13+
cortex-m = "0.7.7"
1414
cortex-m-rtic = "1.0.0"
1515
stm32f0xx-hal = { version = "0.18.0", features = [
1616
"rt",

0 commit comments

Comments
 (0)