Skip to content

Commit 760b512

Browse files
jgraefsdroege
authored andcommitted
fix: waker_ref and ArcWake only available on alloc
1 parent 84dda8b commit 760b512

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
@@ -39,7 +39,7 @@ features = ["async-std-runtime", "tokio-runtime", "gio-runtime", "async-tls", "a
3939
[dependencies]
4040
log = "0.4"
4141
futures-core = { version = "0.3", default-features = false }
42-
futures-task = { version = "0.3.31", default-features = false }
42+
futures-task = { version = "0.3.31", default-features = false, features = ["alloc"] }
4343
atomic-waker = { version = "1.1", default-features = false }
4444
futures-io = { version = "0.3", default-features = false, features = ["std"] }
4545
pin-project-lite = "0.2"

0 commit comments

Comments
 (0)