Skip to content

Commit

Permalink
Adding support for smoltcp 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Mar 16, 2023
1 parent 8d2c48e commit 3b6de4d
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 93 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This document describes the changes to smoltcp-nal between releases.
# [Unreleased]
## Added
* Implemented full UDP socket
* Updated to smoltcp 0.9

## Fixed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default-features = false
features = ["wyrand"]

[dependencies.smoltcp]
version = "0.8"
version = "0.9"
features = ["medium-ethernet", "proto-ipv6", "socket-tcp", "socket-dhcpv4", "socket-udp"]
default-features = false

Expand Down
Loading

0 comments on commit 3b6de4d

Please sign in to comment.