Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d55418

Browse files
authoredJan 22, 2025··
fix(deps): update embedded-hal-bus requirement in /tests/pipico
Updates the requirements on [embedded-hal-bus](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@embedded-hal-bus-v0.2.0...embedded-hal-bus-v0.3.0) --- updated-dependencies: - dependency-name: embedded-hal-bus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7321443 commit 4d55418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66

77
[dependencies]
88
tmag5273 = { path = "../" }
9-
embedded-hal-bus = { version = "0.2.0" }
9+
embedded-hal-bus = { version = "0.3.0" }
1010
embedded-hal = { version = "1.0.0" }
1111
arbitrary-int = "1.2.7"

0 commit comments

Comments
 (0)
Please sign in to comment.