Skip to content

Commit

Permalink
fix: waker_ref and ArcWake only available on alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraef authored and sdroege committed Dec 15, 2024
1 parent 84dda8b commit 760b512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ features = ["async-std-runtime", "tokio-runtime", "gio-runtime", "async-tls", "a
[dependencies]
log = "0.4"
futures-core = { version = "0.3", default-features = false }
futures-task = { version = "0.3.31", default-features = false }
futures-task = { version = "0.3.31", default-features = false, features = ["alloc"] }
atomic-waker = { version = "1.1", default-features = false }
futures-io = { version = "0.3", default-features = false, features = ["std"] }
pin-project-lite = "0.2"
Expand Down

0 comments on commit 760b512

Please sign in to comment.