Skip to content

Commit f39d00b

Browse files
committed
dep: Pull in everything needed for UDP local addresses
See-Also: kaspar030/embassy#1 See-Also: smoltcp-rs/smoltcp#904
1 parent c843441 commit f39d00b

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,13 @@ opt-level = 3
8989
embassy-executor = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
9090
embassy-hal-internal = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
9191
embassy-nrf = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
92+
embassy-net = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
9293

9394
usbd-hid-macros = { git = "https://github.com/kaspar030/usbd-hid", branch = "for-riot-rs" }
9495

96+
# version 0.12-to-be
97+
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp.git", rev = "125773e282bc2e0c914a49e9c75573926e26e558" }
98+
9599
[workspace.lints.rust]
96100
unsafe_op_in_unsafe_fn = "warn"
97101
unused_must_use = "deny"

0 commit comments

Comments
 (0)