aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf5340/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-16 15:34:59 +0200
committerUlf Lilleengen <[email protected]>2025-07-16 15:35:47 +0200
commitc484e7d0e530d20e1fdfaa4a1578e9321cc8b283 (patch)
treed195d015c5d9661d3824ba8bc97fde03b9744258 /examples/nrf5340/Cargo.toml
parent7abbdb6970e8448d8569da24c37f68ccb75bb8c4 (diff)
chore: Release embassy-usb version 0.5.0
Diffstat (limited to 'examples/nrf5340/Cargo.toml')
-rw-r--r--examples/nrf5340/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf5340/Cargo.toml b/examples/nrf5340/Cargo.toml
index 0351cfe27..03d585ccb 100644
--- a/examples/nrf5340/Cargo.toml
+++ b/examples/nrf5340/Cargo.toml
@@ -11,7 +11,7 @@ embassy-executor = { version = "0.7.0", path = "../../embassy-executor", feature
11embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } 11embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
12embassy-nrf = { version = "0.4.0", path = "../../embassy-nrf", features = ["defmt", "nrf5340-app-s", "time-driver-rtc1", "gpiote", "unstable-pac"] } 12embassy-nrf = { version = "0.4.0", path = "../../embassy-nrf", features = ["defmt", "nrf5340-app-s", "time-driver-rtc1", "gpiote", "unstable-pac"] }
13embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] } 13embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] }
14embassy-usb = { version = "0.4.0", path = "../../embassy-usb", features = ["defmt"] } 14embassy-usb = { version = "0.5.0", path = "../../embassy-usb", features = ["defmt"] }
15embedded-io-async = { version = "0.6.1" } 15embedded-io-async = { version = "0.6.1" }
16 16
17defmt = "1.0.1" 17defmt = "1.0.1"