@@ -6,15 +6,15 @@ homepage = "https://github.com/al8n/wg"
6
6
repository = " https://github.com/al8n/wg.git"
7
7
documentation = " https://docs.rs/wg/"
8
8
readme = " README.md"
9
- version = " 0.9.0 "
9
+ version = " 0.9.1 "
10
10
license = " MIT OR Apache-2.0"
11
11
keywords = [" waitgroup" , " async" , " sync" , " notify" , " wake" ]
12
12
categories = [" asynchronous" , " concurrency" , " data-structures" , " no-std" ]
13
13
edition = " 2021"
14
14
15
15
[features ]
16
16
default = [" std" , " parking_lot" , " triomphe" ]
17
- alloc = [" event-listener " ]
17
+ alloc = [" crossbeam-utils " ]
18
18
std = [" triomphe?/default" , " event-listener?/default" , " futures-core?/default" ]
19
19
triomphe = [" dep:triomphe" ]
20
20
parking_lot = [" dep:parking_lot" ]
@@ -28,6 +28,8 @@ event-listener = { version = "5", optional = true, default-features = false, fea
28
28
pin-project-lite = { version = " 0.2" , optional = true }
29
29
futures-core = { version = " 0.3" , default-features = false , optional = true }
30
30
31
+ crossbeam-utils = { version = " 0.8" , optional = true , default-features = false }
32
+
31
33
[dev-dependencies ]
32
34
agnostic-lite = { version = " 0.3" , features = [" smol" , " async-std" , " tokio" , " time" ] }
33
35
tokio = { version = " 1" , features = [" full" ] }
0 commit comments