diff options
| author | Elias Hanelt <[email protected]> | 2025-11-26 10:11:20 -0800 |
|---|---|---|
| committer | Elias Hanelt <[email protected]> | 2025-11-26 10:13:59 -0800 |
| commit | 006a0873d8efb9620841759f2c15450dc9ae044e (patch) | |
| tree | d2b4282599893fd2f988772e51af7637453d9190 /examples/rp | |
| parent | 88ce8314c5cd653ac245cc5dbf367f6814f24be9 (diff) | |
| parent | 9879f8de1e5c1af80218d61837ed71d7c19c3fe8 (diff) | |
Merge remote-tracking branch 'origin/main' into i2c-slave/fix-early-term
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 640addb28..9d7d99259 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -45,7 +45,7 @@ display-interface = "0.5.0" | |||
| 45 | byte-slice-cast = { version = "1.2.0", default-features = false } | 45 | byte-slice-cast = { version = "1.2.0", default-features = false } |
| 46 | smart-leds = "0.4.0" | 46 | smart-leds = "0.4.0" |
| 47 | heapless = "0.8" | 47 | heapless = "0.8" |
| 48 | usbd-hid = "0.8.1" | 48 | usbd-hid = "0.9.0" |
| 49 | 49 | ||
| 50 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | 50 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| 51 | embedded-hal-async = "1.0" | 51 | embedded-hal-async = "1.0" |
