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 /examples/rp | |
| parent | b3367be9c8f0eb54d500dc2e6f652ade05859088 (diff) | |
Update heapless to v0.8, embedded-nal-async to v0.7
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index fbe7acae1..b23836346 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -39,7 +39,7 @@ st7789 = "0.6.1" | |||
| 39 | display-interface = "0.4.1" | 39 | display-interface = "0.4.1" |
| 40 | byte-slice-cast = { version = "1.2.0", default-features = false } | 40 | byte-slice-cast = { version = "1.2.0", default-features = false } |
| 41 | smart-leds = "0.3.0" | 41 | smart-leds = "0.3.0" |
| 42 | heapless = "0.7.15" | 42 | heapless = "0.8" |
| 43 | usbd-hid = "0.6.1" | 43 | usbd-hid = "0.6.1" |
| 44 | 44 | ||
| 45 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" } | 45 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" } |
