-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to tokio 1.0 #706
Comments
Is there any particular reason why relying on I have plans to start releasing more frequently. |
Git dependencies are a lot harder to work with because they don't have easily accessible docs. I wasn't even aware that the dependency was already updated here. |
I think a new minor release with tokio 1.0 support is necessary, but I can wait If you will release a new version in next few weeks(2 ~ 4 weeks). I can backport tokio 1.0 to 0.2 version. |
On master, trying to
Adding that semicolon (naturally) produces a warning:
The example, however runs without noticeable differences. PS: I took this example as starting point to see how running background services with an |
@ahirner The For instance, |
In my case I need the next release of iced in order to release the first version of https://github.com/dancespiele/okspiel otherwise If I use the version of 0.2 I will have conflict with tokio version because rqwest use tokio 1.0 in the last version and the previous version use 0.2 but Iced 0.2 use tokio 0.3. Neither cargo doesn't allow me publish any app that contain dependencies without versions or target to git repository
|
With its optional tokio 0.3 dependency, iced is in an awkward position where if you want to use those features, iced is incompatible with many other crates that skipped tokio 0.3 and moved directly from tokio 0.2 to tokio 1. tokio 1's API is almost identical to that of tokio 0.3, so a small release updating to it would be appreciated.
The text was updated successfully, but these errors were encountered: