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

Updates to futures crate causes breaking change #5

Open
ccollie opened this issue Oct 6, 2024 · 3 comments
Open

Updates to futures crate causes breaking change #5

ccollie opened this issue Oct 6, 2024 · 3 comments

Comments

@ccollie
Copy link

ccollie commented Oct 6, 2024

Specifically 0.3.31

See: rust-lang/futures-rs#2830

@ccollie
Copy link
Author

ccollie commented Oct 6, 2024

Follow up: last working version = 0.3.29

@al8n
Copy link
Owner

al8n commented Oct 6, 2024

Hi, could you try the latest version agnostic-lite = "0.3.16" or agnostic = "0.3.7"? If those do not solve your problem, could you provide some code for reproducing? I tested it locally in some crates and did not find any problem. Thanks!

@ccollie
Copy link
Author

ccollie commented Oct 7, 2024

Thanks for looking at this.

Turns out I had futures="0.3" in one of my crates which pulls in the crate which causes the breaking change. I now peg to 0.3.31 which fixes the issue.

BTW, you may want to look at the referenced link. The breaking change in futures is because of a soundness issue that is fixed in the latest version.

You mark this as closed.

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

2 participants