aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-16 18:55:56 +0000
committerHenrik Tjäder <henrik@tjaders.com>2025-05-28 18:13:16 +0000
commitaf871941d3af1225471cb5ed4ee497622e65be55 (patch)
tree496435a41fbf0d38e7a83069562286111f31b0a5
parentf145203b549b2e727e3100c8a8d3453599350f6a (diff)
Update embedded-hal-bus requirement from 0.2.0 to 0.3.0
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](https://github.com/rust-embedded/embedded-hal/compare/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] <support@github.com>
-rw-r--r--rtic-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml
index cb54eef..cfa4d33 100644
--- a/rtic-sync/Cargo.toml
+++ b/rtic-sync/Cargo.toml
@@ -24,7 +24,7 @@ rtic-common = { version = "1.0.0", path = "../rtic-common" }
portable-atomic = { version = "1", default-features = false }
embedded-hal = { version = "1.0.0" }
embedded-hal-async = { version = "1.0.0" }
-embedded-hal-bus = { version = "0.2.0", features = ["async"] }
+embedded-hal-bus = { version = "0.3.0", features = ["async"] }
defmt-03 = { package = "defmt", version = "0.3", optional = true }
[dev-dependencies]