Skip to content

Commit 4263fe1

Browse files
Update rust-version to 1.68.2
The previous version was too low and triggered errors in the CI/CI since some of the dependencies have set their MSRV to `1.68`.
1 parent 2d4abe8 commit 4263fe1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# UNRELEASED
2+
3+
* Update MSRV to `1.68.2`.
4+
15
# 0.28.0
26
* Reduce `Error` size 136 -> **32** by boxing internals of `Error::Http`, `Error::WriteBufferFull`,
37
`ProtocolError::InvalidHeader`, `TlsError::Native`, `TlsError::Rustls`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/tungstenite/0.28.0"
1111
repository = "https://github.com/snapview/tungstenite-rs"
1212
version = "0.28.0"
1313
edition = "2021"
14-
rust-version = "1.63"
14+
rust-version = "1.68.2"
1515
include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
1616

1717
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)