You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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.
Specifically 0.3.31
See: rust-lang/futures-rs#2830
The text was updated successfully, but these errors were encountered: