Skip to content

Commit

Permalink
Merge pull request #141 from cowlicks/default-tokio
Browse files Browse the repository at this point in the history
Use tokio by default
  • Loading branch information
ttiurani authored Oct 3, 2024
2 parents 5a1f98f + 07ea320 commit 4f2f5fe
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 4f2f5fe

Please sign in to comment.