Open dan-arnold opened 1 month ago
I tried bumping to the latest version of futures-channel
, 0.31.0
, ran all the tests described in the contribution guide, and everything builds successfully and passes. I can make a PR if you'd like.
I tried bumping to the latest version of futures-channel, 0.31.0, ran all the tests described in the contribution guide, and everything builds successfully and passes. I can make a PR if you'd like.
That would be great!
Problem
UnboundedSender::is_empty
is only present in >=futures-channel-0.3.29
, but is used bydioxus-core
despitedioxus
only depending onfutures-channel-0.3.21
.If dioxus is used as a dependency in another project that resolves the
futures-channel
dependency to a version <0.3.29
, this causes a build failure:Steps To Reproduce
Steps to reproduce the behavior:
futures-channel
dependency version to0.28.0
(emulating a project that has other dependencies that end up resolving thefutures-channel
dependency to version0.28.0
of the package)$ cargo build
Expected behavior
Environment:
main
1.81.0
GNU/Linux 6.6.51 (Gentoo)
desktop
Questionnaire