aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-11-17 16:27:39 -0800
committerGitHub <[email protected]>2025-11-17 16:27:39 -0800
commitbf3ae8e4d69ef2e2ecfdf0b48734d9c91637eb16 (patch)
tree60627819ec1d197a51b083b2a9db28b06336badc /examples
parent011c3b2de9361496faa0eea75ae19a77f2698f88 (diff)
Let HAL build in isolation (#21)
* Revert "chore(deps): bump embedded-io-async from 0.6.1 to 0.7.0 (#17)" This reverts commit 011c3b2de9361496faa0eea75ae19a77f2698f88. * Let HAL build in isolation while at that, also remove bogus dependency on embassy-executor. Signed-off-by: Felipe Balbi <[email protected]> * Certify syn 2.0.110 Signed-off-by: Felipe Balbi <[email protected]> --------- Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Cargo.lock b/examples/Cargo.lock
index b774aff97..b2ac9a051 100644
--- a/examples/Cargo.lock
+++ b/examples/Cargo.lock
@@ -240,7 +240,6 @@ dependencies = [
240 "critical-section", 240 "critical-section",
241 "defmt", 241 "defmt",
242 "embassy-embedded-hal", 242 "embassy-embedded-hal",
243 "embassy-executor",
244 "embassy-hal-internal", 243 "embassy-hal-internal",
245 "embassy-sync", 244 "embassy-sync",
246 "embassy-time", 245 "embassy-time",