Skip to content

Commit

Permalink
Bump embedded-hal from 0.2.7 to 1.0.0
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 Mar 19, 2024
1 parent c6b1e03 commit d47ddcf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rtt-target = { version = "0.3", features = ["cortex-m"] }
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
smlang = "0.6.0"
idsp = "0.15.0"
embedded-hal = "0.2.7"
embedded-hal = "1.0.0"
bitbybit = "1.3.2"
arbitrary-int = "1.2.7"
# stabilizer = "0.9.0"
Expand Down

0 comments on commit d47ddcf

Please sign in to comment.