@@ -6,7 +6,7 @@ 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.1 "
9
+ version = " 0.9.2 "
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" ]
@@ -26,12 +26,12 @@ triomphe = { version = "0.1", optional = true, default-features = false }
26
26
event-listener = { version = " 5" , optional = true , default-features = false , features = [" portable-atomic" ] }
27
27
28
28
pin-project-lite = { version = " 0.2" , optional = true }
29
- futures-core = { version = " 0.3" , default-features = false , optional = true }
29
+ futures-core = { version = " ^ 0.3.31 " , default-features = false , optional = true }
30
30
31
31
crossbeam-utils = { version = " 0.8" , optional = true , default-features = false }
32
32
33
33
[dev-dependencies ]
34
- agnostic-lite = { version = " 0.3" , features = [" smol" , " async-std" , " tokio" , " time" ] }
34
+ agnostic-lite = { version = " ^ 0.3.16 " , features = [" smol" , " async-std" , " tokio" , " time" ] }
35
35
tokio = { version = " 1" , features = [" full" ] }
36
36
async-std = { version = " 1" , features = [" attributes" ] }
37
37
smol = " 2"
@@ -43,9 +43,14 @@ rustdoc-args = ["--cfg", "docsrs"]
43
43
[[test ]]
44
44
name = " future"
45
45
path = " tests/future.rs"
46
- required-features = [" future " ]
46
+ required-features = [" tokio " ]
47
47
48
48
[[test ]]
49
49
name = " sync"
50
50
path = " tests/sync.rs"
51
51
52
+ [[example ]]
53
+ name = " future"
54
+ path = " examples/future.rs"
55
+ required-features = [" tokio" ]
56
+
0 commit comments