Skip to content

Commit

Permalink
build: Propagate smoltcp address choices
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jul 3, 2024
1 parent 1c94a70 commit 87e8f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/riot-rs-coap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ workspace = true
# all for udp_nal
default = ["proto-ipv4"] # shame
# actually embedded-nal features, we have to match them here while developing udp_nal in here
proto-ipv4 = []
proto-ipv6 = []
proto-ipv4 = ["smoltcp/proto-ipv4"]
proto-ipv6 = ["smoltcp/proto-ipv6"]

0 comments on commit 87e8f7e

Please sign in to comment.