diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-08 22:59:58 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-10 16:43:53 +0100 |
| commit | 4647df14b16c95ef56bf2e6cc4303583be3b4846 (patch) | |
| tree | 69c591be4841ab1c8fd5046bee0d399133c4577c /embassy-time | |
| parent | b3367be9c8f0eb54d500dc2e6f652ade05859088 (diff) | |
Update heapless to v0.8, embedded-nal-async to v0.7
Diffstat (limited to 'embassy-time')
| -rw-r--r-- | embassy-time/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 76008f0a1..37b79d0cd 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -248,7 +248,7 @@ embedded-hal-async = { version = "=1.0.0-rc.1", optional = true} | |||
| 248 | futures-util = { version = "0.3.17", default-features = false } | 248 | futures-util = { version = "0.3.17", default-features = false } |
| 249 | critical-section = "1.1" | 249 | critical-section = "1.1" |
| 250 | cfg-if = "1.0.0" | 250 | cfg-if = "1.0.0" |
| 251 | heapless = "0.7" | 251 | heapless = "0.8" |
| 252 | 252 | ||
| 253 | # WASM dependencies | 253 | # WASM dependencies |
| 254 | wasm-bindgen = { version = "0.2.81", optional = true } | 254 | wasm-bindgen = { version = "0.2.81", optional = true } |
