Skip to content

Commit

Permalink
Do not enable any features by default
Browse files Browse the repository at this point in the history
  • Loading branch information
smalis-msft authored Aug 8, 2023
1 parent ee91423 commit b6425d6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ pin-utils = { version = "0.1.0", optional = true }
memoffset = { version = "0.9", optional = true }

[features]
default = [
"acct", "aio", "dir", "env", "event", "feature", "fs",
"hostname", "inotify", "ioctl", "kmod", "mman", "mount", "mqueue",
"net", "personality", "poll", "process", "pthread", "ptrace", "quota",
"reboot", "resource", "sched", "signal", "socket", "term", "time",
"ucontext", "uio", "user", "zerocopy",
]
default = []

acct = []
aio = ["pin-utils"]
Expand Down

0 comments on commit b6425d6

Please sign in to comment.