Skip to content

Commit fb6542e

Browse files
committed
Add missing tokio/rt feature in subspace-data-retrieval
1 parent c657f0b commit fb6542e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/subspace-data-retrieval/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subspace-archiving.workspace = true
2121
subspace-core-primitives.workspace = true
2222
subspace-erasure-coding.workspace = true
2323
thiserror.workspace = true
24-
tokio = { workspace = true, features = ["sync"] }
24+
tokio = { workspace = true, features = ["sync", "rt"] }
2525
tracing.workspace = true
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)