File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ log = { version = "0.4", optional = true }
29
29
30
30
[features ]
31
31
default = [" logging" , " runtime" , " which-rustfmt" ]
32
- logging = [" bindgen/logging" , " env_logger" , " log" ]
32
+ logging = [" bindgen/logging" , " dep: env_logger" , " dep: log" ]
33
33
static = [" bindgen/static" ]
34
34
runtime = [" bindgen/runtime" ]
35
35
# Dynamically discover a `rustfmt` binary using the `which` crate
Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ log = { version = "0.4", optional = true }
44
44
45
45
[features ]
46
46
default = [" logging" , " runtime" , " which-rustfmt" ]
47
- logging = [" log" ]
47
+ logging = [" dep: log" ]
48
48
static = [" clang-sys/static" ]
49
49
runtime = [" clang-sys/runtime" ]
50
50
# Dynamically discover a `rustfmt` binary using the `which` crate
51
- which-rustfmt = [" which" ]
52
- experimental = [" annotate-snippets" ]
51
+ which-rustfmt = [" dep: which" ]
52
+ experimental = [" dep: annotate-snippets" ]
53
53
54
54
# # The following features are for internal use and they shouldn't be used if
55
55
# # you're not hacking on bindgen
You can’t perform that action at this time.
0 commit comments