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
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