Skip to content
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

1.51 support broken due to async-global-executor upgrade #624

Closed
djc opened this issue Jun 2, 2022 · 4 comments
Closed

1.51 support broken due to async-global-executor upgrade #624

djc opened this issue Jun 2, 2022 · 4 comments

Comments

@djc
Copy link
Contributor

djc commented Jun 2, 2022

2.1.0 requires 1.59. Some discussion in async-rs/async-global-executor#10.

@jaymell
Copy link
Contributor

jaymell commented Jun 7, 2022

What if we were to as a short-term measure pin the async-std version as follows:

async-std = { version = "= 1.8.0", optional = true}

@djc
Copy link
Contributor Author

djc commented Jun 7, 2022

Yeah, I guess that's reasonable, although we won't want to release with that.

@nihohit
Copy link
Contributor

nihohit commented Mar 25, 2024

@djc is this still relevant?

@djc
Copy link
Contributor Author

djc commented Mar 25, 2024

Given that the current MSRV is 1.65.0, I guess not.

@djc djc closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants