Skip to content

Commit b6425d6

Browse files
authored
Do not enable any features by default
1 parent ee91423 commit b6425d6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ pin-utils = { version = "0.1.0", optional = true }
3434
memoffset = { version = "0.9", optional = true }
3535

3636
[features]
37-
default = [
38-
"acct", "aio", "dir", "env", "event", "feature", "fs",
39-
"hostname", "inotify", "ioctl", "kmod", "mman", "mount", "mqueue",
40-
"net", "personality", "poll", "process", "pthread", "ptrace", "quota",
41-
"reboot", "resource", "sched", "signal", "socket", "term", "time",
42-
"ucontext", "uio", "user", "zerocopy",
43-
]
37+
default = []
4438

4539
acct = []
4640
aio = ["pin-utils"]

0 commit comments

Comments
 (0)