Эх сурвалжийг харах

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

Dario Nieuwenhuis 3 жил өмнө
parent
commit
bc2934d62c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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"]