From 2521ea93f8645495a5150f48f9ea85a6cd1f34ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Dupr=C3=A9=20Bertoni?= Date: Wed, 7 Feb 2024 20:41:19 +0200 Subject: [PATCH] Add missing features to docs.rs metadata (#103) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 458a9b05..135494ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ static_assertions = "1.1.0" libc = "0.2.100" [package.metadata.docs.rs] -features = ["default", "ioctl", "netlink", "io_uring", "if_ether", "net", "prctl", "elf", "xdp", "mempolicy", "system"] +features = ["default", "ioctl", "netlink", "io_uring", "if_ether", "if_packet", "net", "prctl", "elf", "xdp", "mempolicy", "system"] targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"] # The rest of this file is auto-generated!