Closed qgerman2 closed 9 months ago
Version ws_stream_tungstenite 0.12 has been released that updates to the latest version of tungstenite and async-tungstenite.
Hey @najamelan , looks like async-tungstenite released 0.25
last week as well! which causes the same issue again:
can you please update it again? thanks!
ps: for future, would it be better if we don't pin the version with ^
?
I will do another update. Unfortunately these are breaking changes. Until (async)-tungstenite stabilize their API, unfortunately there is nothing we can do downstream but to update all the time. Cargo won't update minor versions until they release 1.x.
0.13.0 was published to crates.
Thank you so much! 🚀
with async-tungstenite 0.24 as a dependency, the following code fails
with error
with Cargo.toml dependencies as
however, if async-tungstenite version is set to 0.23 it compiles fine