Skip to content

Commit

Permalink
build(deps): update embedded-hal requirement from 0.2 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [embedded-hal](https://github.com/rust-embedded/embedded-hal) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/embedded-hal/releases)
- [Commits](rust-embedded/embedded-hal@v0.2.0...embedded-hal-v1.0.0)

---
updated-dependencies:
- dependency-name: embedded-hal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 10, 2024
1 parent d828e6e commit 72c6b33
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 @@ -32,7 +32,7 @@ bitflags = "1.2.1"
serial = { version = "0.4", optional = true }
serde = { version = "1.0.115", optional = true, features = ["derive"] }
byteorder = { version = "1.3.4", default-features = false }
embedded-hal = { version = "0.2", optional = true }
embedded-hal = { version = "1.0", optional = true }
nb = { version = "1.0", optional = true }
serde_arrays = { version = "0.1.0", optional = true }

Expand Down

0 comments on commit 72c6b33

Please sign in to comment.