Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Tungstenite build error caused by the URL feature (#174)
Since tungstenite 0.22.0, support for url::Url has become an optional feature, which breaks message-io builds. This commit updates tungstenite to versions greater than or equal to 0.22.0 and requires the URL feature to fix builds.
- Loading branch information
77858e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you I just ran into this! You can also delete your cargo.lock and include tungstenite as a dep in the meantime