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 26, 2024
1 parent c843441 commit f39d00b
Show file tree
Hide file tree
Showing 2 changed files with 11 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.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,13 @@ 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" }

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

# version 0.12-to-be
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp.git", rev = "125773e282bc2e0c914a49e9c75573926e26e558" }

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

0 comments on commit f39d00b

Please sign in to comment.