Skip to content

Commit

Permalink
Bump version -> 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Sep 14, 2024
1 parent 0b9d97b commit cae2e89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.24.0

- Update dependencies (TLS, tungstenite).
- Return a runtime error when WSS URLs are used without a proper TLS feature enabled.

# 0.23.1

- Introduce a `url` feature (proxies to `tungstenite/url`).
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"]
authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"]
license = "MIT"
homepage = "https://github.com/snapview/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite/0.23.1"
documentation = "https://docs.rs/tokio-tungstenite/0.24.0"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.23.1"
version = "0.24.0"
edition = "2018"
rust-version = "1.63"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
Expand All @@ -34,7 +34,7 @@ futures-util = { version = "0.3.28", default-features = false, features = ["sink
tokio = { version = "1.0.0", default-features = false, features = ["io-util"] }

[dependencies.tungstenite]
version = "0.23.0"
version = "0.24.0"
default-features = false

[dependencies.native-tls-crate]
Expand Down

0 comments on commit cae2e89

Please sign in to comment.