Skip to content

Commit

Permalink
Add missing features to docs.rs metadata (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-alpaca authored Dec 18, 2023
1 parent 4c2fb60 commit 60ebea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
features = ["default", "ioctl", "netlink", "io_uring", "if_ether", "net", "prctl", "elf", "xdp", "mempolicy", "system"]
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]

# The rest of this file is auto-generated!
Expand Down

0 comments on commit 60ebea3

Please sign in to comment.