-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.3 has been released with the primary intent to upgrade to Tokio 1.0. Upgrade Path When using `shard::Sink` pass in the new `shard::raw_message::Message` type instead of `tungstenite::Message`. This is mostly equivalent to `tungstenite`'s message but prevents exposing it directly, which avoids API breakage when upgrading internal websocket dependencies. Changes Hide the `tungstenite` dependency from the public API by creating an equivalent to a websocket message that can be constructed and passed in ([#667] - [@vivian]). Upgrade `tokio` from v0.2 to v1 ([#664] - [@vivian]). [@vivian]: https://github.com/vivian [#667]: #667 [#664]: #664 Signed-off-by: Vivian Hellyer <vivian@hellyer.dev>
- Loading branch information
1 parent
b80a77d
commit 15657f1
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters