File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ harness = false
28
28
29
29
[features ]
30
30
default = [" std" ]
31
- std = [" alloc" ]
32
- alloc = [" dep:fixedbitset" , " dep:slab" , " dep:smallvec" ]
31
+ std = [" alloc" , " futures-lite/std " ]
32
+ alloc = [" dep:fixedbitset" , " dep:slab" , " dep:smallvec" , " futures-lite/alloc " ]
33
33
34
34
[dependencies ]
35
35
fixedbitset = { version = " 0.5.7" , default-features = false , optional = true }
36
36
futures-core = { version = " 0.3" , default-features = false }
37
- futures-lite = " 1.12.0"
37
+ futures-lite = { version = " 1.12.0" , default-features = false }
38
38
pin-project = " 1.0.8"
39
39
slab = { version = " 0.4.8" , optional = true }
40
40
smallvec = { version = " 1.11.0" , optional = true }
41
- futures-buffered = " 0.2.6 "
41
+ futures-buffered = " 0.2.9 "
42
42
43
43
[dev-dependencies ]
44
44
async-io = " 2.3.2"
You can’t perform that action at this time.
0 commit comments