Skip to content

Commit

Permalink
Raise MSRV and update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Aug 13, 2024
1 parent fb83cd1 commit 5e970b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Unreleased

- Raised MSRV to 1.63 to match `tokio-tungstenite`.
- Connecting to WSS URL without TLS features specified results in a better error.

# 0.23.0

- Disable default features for `rustls` giving the user more flexibility.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/tungstenite/0.23.0"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.23.0"
edition = "2018"
rust-version = "1.60"
rust-version = "1.63"
include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 5e970b4

Please sign in to comment.