File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ async = []
80
80
81
81
# These features enable built-in support for running async benchmarks on each different async
82
82
# runtime.
83
- async_futures = [" futures/executor" , " async" ]
84
- async_smol = [" smol" , " async" ]
85
- async_tokio = [" tokio" , " async" ]
86
- async_std = [" async-std" , " async" ]
83
+ async_futures = [" dep:futures " , " futures/executor" , " async" ]
84
+ async_smol = [" dep: smol" , " async" ]
85
+ async_tokio = [" dep: tokio" , " async" ]
86
+ async_std = [" dep: async-std" , " async" ]
87
87
88
88
# This feature _currently_ does nothing except disable a warning message, but in 0.4.0 it will be
89
89
# required in order to have Criterion.rs generate its own plots (as opposed to using cargo-criterion)
@@ -96,7 +96,7 @@ cargo_bench_support = []
96
96
# This feature _currently_ does nothing, but in 0.4.0 it will be
97
97
# required in order to have Criterion.rs generate CSV files. This feature is deprecated in favor of
98
98
# cargo-criterion's --message-format=json option.
99
- csv_output = [" csv" ]
99
+ csv_output = [" dep: csv" ]
100
100
101
101
[workspace ]
102
102
exclude = [" cargo-criterion" ]
You can’t perform that action at this time.
0 commit comments