aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-01 21:42:23 +0200
committerUlf Lilleengen <[email protected]>2025-08-01 21:42:23 +0200
commit0eceb08b90b1a7917db64ace80c3564d09394439 (patch)
treeff2c255d1dba64991a689b1913b5a7817f9110a9 /embassy-stm32
parente818e49d7a3c27a237bcd6d84df7971c3a02deba (diff)
fix: do full minor version bump for time queue utils
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index a63325679..643ab7eac 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -51,7 +51,7 @@ rustdoc-args = ["--cfg", "docsrs"]
51embassy-sync = { version = "0.7.0", path = "../embassy-sync" } 51embassy-sync = { version = "0.7.0", path = "../embassy-sync" }
52embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } 52embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true }
53embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true } 53embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true }
54embassy-time-queue-utils = { version = "0.1", path = "../embassy-time-queue-utils", optional = true } 54embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true }
55embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 55embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
56embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-4"] } 56embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-4"] }
57embassy-embedded-hal = { version = "0.3.1", path = "../embassy-embedded-hal", default-features = false } 57embassy-embedded-hal = { version = "0.3.1", path = "../embassy-embedded-hal", default-features = false }