Skip to content

Commit bc2934d

Browse files
committed
Fix build when setting medium-ieee802154 but not proto-sixlowpan.
1 parent d5b2c75 commit bc2934d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ verbose = []
3737
rand-custom-impl = []
3838
"medium-ethernet" = ["socket"]
3939
"medium-ip" = ["socket"]
40-
"medium-ieee802154" = ["socket"]
40+
"medium-ieee802154" = ["socket", "proto-sixlowpan"]
4141

4242
"phy-raw_socket" = ["std", "libc"]
4343
"phy-tuntap_interface" = ["std", "libc", "medium-ethernet"]

0 commit comments

Comments
 (0)