Skip to content

Commit bdbe7be

Browse files
authored
Enable more features in the docs.rs docs. (#87)
Enable io_uring and other features in docs.rs.
1 parent 9191e85 commit bdbe7be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static_assertions = "1.1.0"
2121
libc = "0.2.100"
2222

2323
[package.metadata.docs.rs]
24-
features = ["default", "ioctl", "netlink"]
24+
features = ["default", "ioctl", "netlink", "io_uring", "if_ether", "net", "prctl", "elf"]
2525
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
2626

2727
# The rest of this file is auto-generated!

0 commit comments

Comments
 (0)