Skip to content

Commit

Permalink
Prepare 0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Jun 2, 2024
1 parent c1025d5 commit 3adec41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# 0.23.0

- Update `tungstenite` to `0.23.0`.
- Disable default features on TLS crates.

# 0.22.0

- Update TLS dependencies.
- Update `tungstenite` to match `0.22.0`.
- ~~Update `tungstenite` to match `0.22.0`.~~

# 0.21.0

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 <[email protected]>", "Alexey Galakhov <[email protected]>"]
license = "MIT"
homepage = "https://github.com/snapview/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite/0.22.0"
documentation = "https://docs.rs/tokio-tungstenite/0.23.0"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.22.0"
version = "0.23.0"
edition = "2018"
rust-version = "1.63"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
Expand All @@ -33,7 +33,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.21.0"
version = "0.23.0"
default-features = false

[dependencies.native-tls-crate]
Expand Down

0 comments on commit 3adec41

Please sign in to comment.