From 999024933644be277badf7de0b7b075b0707bdb7 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 21 Oct 2021 01:42:18 +0200 Subject: [PATCH] Fix build when setting medium-ieee802154 but not proto-sixlowpan. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cab4bf3..633752d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ verbose = [] rand-custom-impl = [] "medium-ethernet" = ["socket"] "medium-ip" = ["socket"] -"medium-ieee802154" = ["socket"] +"medium-ieee802154" = ["socket", "proto-sixlowpan"] "phy-raw_socket" = ["std", "libc"] "phy-tuntap_interface" = ["std", "libc", "medium-ethernet"]