Skip to content

Commit

Permalink
dep: Pull in everything needed for UDP local addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Apr 22, 2024
1 parent 846665b commit 7765424
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
21 changes: 7 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,18 @@ opt-level = 3
embassy-executor = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
embassy-hal-internal = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
embassy-nrf = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
embassy-net = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
# No direct changes there, but required by embassy-net
embassy-sync = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
embassy-time = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
embassy-time-driver = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
embassy-time-queue-driver = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
embassy-net-driver = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }

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

smoltcp.git = "https://github.com/smoltcp-rs/smoltcp.git" # version 0.12-to-be

[workspace.lints.rust]
unsafe_op_in_unsafe_fn = "warn"
unused_must_use = "deny"
Expand Down

0 comments on commit 7765424

Please sign in to comment.