Releases: Brendan-Blanchard/ws-mock
Releases · Brendan-Blanchard/ws-mock
v0.2.1
v0.2.0
v0.2.0
- Update tokio-tungstenite to v0.23.1
- Update tokio to 1.39.2
- Update serde-with to 3.9.0
v0.1.1
Allow calling respond_with() multiple times to add messages that will be released sequentially upon a matched incoming message.
v0.1.0
First stable version.
- Converted to using
Message::Text(...)
instead ofString
, allowing other usages likeMessage::Binary(Vec<u8>)
, etc