Skip to content

Commit 18367d5

Browse files
committed
Disable feature logging and clap on default
Signed-off-by: Jiahao XU <[email protected]>
1 parent 87e2e91 commit 18367d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ optional = true
7272
version = "0.4"
7373

7474
[features]
75-
default = ["logging", "clap", "runtime", "which-rustfmt"]
75+
default = ["runtime", "which-rustfmt"]
7676
logging = ["env_logger", "log"]
7777
static = ["clang-sys/static"]
7878
runtime = ["clang-sys/runtime"]

0 commit comments

Comments
 (0)