Skip to content

Commit

Permalink
Bump embedded-hal from 0.2.7 to 1.0.0 in /rtic_v1/stm32f0_hid_mouse
Browse files Browse the repository at this point in the history
Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.7 to 1.0.0.
- [Release notes](https://github.com/rust-embedded/embedded-hal/releases)
- [Commits](rust-embedded/embedded-hal@v0.2.7...embedded-hal-v1.0.0)

---
updated-dependencies:
- dependency-name: embedded-hal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AfoHT committed Jan 17, 2024
1 parent df6c88e commit b1b6108
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions rtic_v1/stm32f0_hid_mouse/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rtic_v1/stm32f0_hid_mouse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Roman Valls Guimera <[email protected]>", "Josh Johnson"]
edition = "2018"

[dependencies]
embedded-hal = "0.2.6"
embedded-hal = "1.0.0"
usb-device = "0.2.8"
usbd-hid = "0.6.1"
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
Expand Down

0 comments on commit b1b6108

Please sign in to comment.