Skip to content

Commit

Permalink
Remove futures from async feature (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Aug 10, 2023
1 parent 928d8a9 commit 6e8c562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -75,7 +75,7 @@ default = ["rayon", "plotters", "cargo_bench_support"]
real_blackbox = []

# Enable async/await support
async = ["futures"]
async = []

# These features enable built-in support for running async benchmarks on each different async
# runtime.
Expand Down

0 comments on commit 6e8c562

Please sign in to comment.