Skip to content

Commit

Permalink
update to smoltcp 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Dec 24, 2023
1 parent 10b88cc commit 72ab679
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 50 deletions.
56 changes: 7 additions & 49 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand = "0.8"
nom = "7"
async-trait = "0.1"
priority-queue = "1.3"
smoltcp = { version = "0.10", default-features = false, features = [
smoltcp = { version = "0.11", default-features = false, features = [
"std",
"log",
"medium-ip",
Expand Down

0 comments on commit 72ab679

Please sign in to comment.