Skip to content

Commit

Permalink
Use tokio by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Oct 2, 2024
1 parent 5a1f98f commit 07ea320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test-log = { version = "0.2.11", default-features = false, features = ["trace"]
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt"] }

[features]
default = ["async-std", "sparse"]
default = ["tokio", "sparse"]
sparse = ["random-access-disk/sparse"]
tokio = ["random-access-disk/tokio"]
async-std = ["random-access-disk/async-std"]
Expand Down

0 comments on commit 07ea320

Please sign in to comment.