aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-01-15 16:12:36 +0100
committerUlf Lilleengen <[email protected]>2025-01-15 16:12:36 +0100
commited63f8063732fe9df96c4adf823639c20d7f99af (patch)
treec9566b764a0b9f66e57ee68c1167728ae6f8c34d /embassy-rp/Cargo.toml
parent1e6b807acbb106254209153cccd46c7ffd754c04 (diff)
chore: bump embassy-sync version
Prepare version 0.6.2 for release
Diffstat (limited to 'embassy-rp/Cargo.toml')
-rw-r--r--embassy-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 120e058ed..528d433e1 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -108,7 +108,7 @@ _test = []
108binary-info = ["rt", "dep:rp-binary-info", "rp-binary-info?/binary-info"] 108binary-info = ["rt", "dep:rp-binary-info", "rp-binary-info?/binary-info"]
109 109
110[dependencies] 110[dependencies]
111embassy-sync = { version = "0.6.1", path = "../embassy-sync" } 111embassy-sync = { version = "0.6.2", path = "../embassy-sync" }
112embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true } 112embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true }
113embassy-time-queue-utils = { version = "0.1", path = "../embassy-time-queue-utils", optional = true } 113embassy-time-queue-utils = { version = "0.1", path = "../embassy-time-queue-utils", optional = true }
114embassy-time = { version = "0.4.0", path = "../embassy-time" } 114embassy-time = { version = "0.4.0", path = "../embassy-time" }