Compare commits

...

2 Commits

Author SHA1 Message Date
n4n5 a6b720332d
Update CHANGELOG.md
Co-authored-by: Daniel Abramov <inetcrack2@gmail.com>
2024-04-25 22:00:43 +02:00
n4n5 2996d4d709
Update Cargo.toml
Co-authored-by: Daniel Abramov <inetcrack2@gmail.com>
2024-04-25 22:00:39 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# 0.22.0
- Make `url::Url` as feature
- Add Header and subprotocol support at creation
- Make `url` optional.
- Add a builder for convenient headers and subprotocols construction.
# 0.21.0
- Fix read-predominant auto pong responses not flushing when hitting WouldBlock errors.

View File

@ -7,7 +7,7 @@ authors = ["Alexey Galakhov", "Daniel Abramov"]
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/snapview/tungstenite-rs"
documentation = "https://docs.rs/tungstenite/0.21.0"
documentation = "https://docs.rs/tungstenite/0.22.0"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.22.0"
edition = "2018"