aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf5340
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-10-15 19:38:42 +0200
committerDániel Buga <[email protected]>2023-10-16 20:59:06 +0200
commit40e4ca4751dd935a4c52f893e8e058cfa75db893 (patch)
tree906c4092a6fc047dc84f387f09524049bc74fd14 /examples/nrf5340
parent1d810baa18a0a7d2df74aa3a8abfb788b2e93924 (diff)
Prepare embassy-net(/-driver,/-driver-channel) 0.2.0
Diffstat (limited to 'examples/nrf5340')
-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 4e583148f..24972a4fb 100644
--- a/examples/nrf5340/Cargo.toml
+++ b/examples/nrf5340/Cargo.toml
@@ -27,7 +27,7 @@ embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = [
27 "gpiote", 27 "gpiote",
28 "unstable-pac", 28 "unstable-pac",
29] } 29] }
30embassy-net = { version = "0.1.0", path = "../../embassy-net", features = [ 30embassy-net = { version = "0.2.0", path = "../../embassy-net", features = [
31 "nightly", 31 "nightly",
32 "defmt", 32 "defmt",
33 "tcp", 33 "tcp",