Explorar o código

Fix build when setting medium-ieee802154 but not proto-sixlowpan.

Dario Nieuwenhuis %!s(int64=3) %!d(string=hai) anos
pai
achega
bc2934d62c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Cargo.toml

+ 1 - 1
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"]