Skip to content

Commit 80d19c4

Browse files
committed
Make eventual-fairness require select instead of async
1 parent 9f67d0d commit 80d19c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = [
2020
spin = []
2121
select = []
2222
async = ["futures-sink", "futures-core"]
23-
eventual-fairness = ["async", "nanorand"]
23+
eventual-fairness = ["select", "nanorand"]
2424
default = ["async", "select", "eventual-fairness"]
2525

2626
[dependencies]

0 commit comments

Comments
 (0)