Skip to content

Commit a8d9f19

Browse files
Bump version
1 parent aafb2f9 commit a8d9f19

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.26.2
2+
3+
- Update `tungstenite`, see [changes here](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md#0262).
4+
15
# 0.26.1
26

37
- Update `tungstenite` to address an issue that might cause UB in certain cases.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"]
66
authors = ["Daniel Abramov <[email protected]>", "Alexey Galakhov <[email protected]>"]
77
license = "MIT"
88
homepage = "https://github.com/snapview/tokio-tungstenite"
9-
documentation = "https://docs.rs/tokio-tungstenite/0.26.1"
9+
documentation = "https://docs.rs/tokio-tungstenite/0.26.2"
1010
repository = "https://github.com/snapview/tokio-tungstenite"
11-
version = "0.26.1"
11+
version = "0.26.2"
1212
edition = "2018"
1313
rust-version = "1.63"
1414
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
@@ -34,7 +34,7 @@ futures-util = { version = "0.3.28", default-features = false, features = ["sink
3434
tokio = { version = "1.0.0", default-features = false, features = ["io-util"] }
3535

3636
[dependencies.tungstenite]
37-
version = "0.26.1"
37+
version = "0.26.2"
3838
default-features = false
3939

4040
[dependencies.native-tls-crate]

0 commit comments

Comments
 (0)