We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1f98f commit 07ea320Copy full SHA for 07ea320
Cargo.toml
@@ -59,7 +59,7 @@ test-log = { version = "0.2.11", default-features = false, features = ["trace"]
59
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt"] }
60
61
[features]
62
-default = ["async-std", "sparse"]
+default = ["tokio", "sparse"]
63
sparse = ["random-access-disk/sparse"]
64
tokio = ["random-access-disk/tokio"]
65
async-std = ["random-access-disk/async-std"]
0 commit comments