aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-26 08:44:03 -0600
committerGitHub <[email protected]>2025-11-26 08:44:03 -0600
commit1045738fa3e2f2f6b2968d4b35a4b618e6235d2e (patch)
tree6cf0abaca5f946cac1598f34d8f98a922f6c10e6 /examples/rp
parent3ba8bb866a19a09f25e0b21419a068fd765a9033 (diff)
parent9fa4f7309895bab81eb0e398d8f457ee528aad69 (diff)
Merge branch 'main' into time
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml2
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"
45byte-slice-cast = { version = "1.2.0", default-features = false } 45byte-slice-cast = { version = "1.2.0", default-features = false }
46smart-leds = "0.4.0" 46smart-leds = "0.4.0"
47heapless = "0.8" 47heapless = "0.8"
48usbd-hid = "0.8.1" 48usbd-hid = "0.9.0"
49 49
50embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 50embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
51embedded-hal-async = "1.0" 51embedded-hal-async = "1.0"