aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-08 22:59:58 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-10 16:43:53 +0100
commit4647df14b16c95ef56bf2e6cc4303583be3b4846 (patch)
tree69c591be4841ab1c8fd5046bee0d399133c4577c /embassy-sync
parentb3367be9c8f0eb54d500dc2e6f652ade05859088 (diff)
Update heapless to v0.8, embedded-nal-async to v0.7
Diffstat (limited to 'embassy-sync')
-rw-r--r--embassy-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index 9a47fa212..e395389aa 100644
--- a/embassy-sync/Cargo.toml
+++ b/embassy-sync/Cargo.toml
@@ -33,7 +33,7 @@ log = { version = "0.4.14", optional = true }
33 33
34futures-util = { version = "0.3.17", default-features = false } 34futures-util = { version = "0.3.17", default-features = false }
35critical-section = "1.1" 35critical-section = "1.1"
36heapless = "0.7.5" 36heapless = "0.8"
37cfg-if = "1.0.0" 37cfg-if = "1.0.0"
38embedded-io-async = { version = "0.6.0", optional = true } 38embedded-io-async = { version = "0.6.0", optional = true }
39 39