fix: removed default features
This commit is contained in:
parent
d9452b3ca8
commit
86940d4732
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ tracing-subscriber = { version = "0.3.16", optional = true }
|
|||
clap = { version = "4.1.13", features = ["derive"], optional = true }
|
||||
|
||||
[features]
|
||||
default = ["locator", "bin", "monitor"]
|
||||
default = ["locator"]
|
||||
locator = ["dep:elf", "dep:proc-maps", "dep:retour", "dep:libloading"]
|
||||
monitor = ["dep:tracing-subscriber"]
|
||||
rc = ["dep:nix"]
|
||||
|
|
Loading…
Reference in a new issue