Skip to content

Commit 5896444

Browse files
committed
Fix future feature
1 parent d8a34b4 commit 5896444

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/al8n/wg"
66
repository = "https://github.com/al8n/wg.git"
77
documentation = "https://docs.rs/wg/"
88
readme = "README.md"
9-
version = "0.8.0"
9+
version = "0.8.1"
1010
license = "MIT OR Apache-2.0"
1111
keywords = ["waitgroup", "async", "sync", "notify", "wake"]
1212
categories = ["asynchronous", "concurrency", "data-structures"]
@@ -18,10 +18,10 @@ std = ["triomphe?/default", "event-listener?/default", "futures-core?/default",
1818
triomphe = ["dep:triomphe"]
1919
parking_lot = ["dep:parking_lot"]
2020

21-
future = ["event-listener", "pin-project-lite"]
21+
future = ["event-listener", "pin-project-lite", "agnostic-lite"]
2222
tokio = ["dep:tokio", "futures-core", "pin-project-lite", "agnostic-lite/tokio"]
23-
smol = ["agnostic-lite/smol"]
24-
async-std = ["agnostic-lite/async-std"]
23+
smol = ["agnostic-lite/smol", "future"]
24+
async-std = ["agnostic-lite/async-std", "future"]
2525

2626
[dependencies]
2727
parking_lot = { version = "0.12", optional = true }

0 commit comments

Comments
 (0)