Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Dec 19, 2024
1 parent 0eefa27 commit aafb2f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.26.1

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

# 0.26.0

- Update `tungstenite` to `0.26.0` ([breaking changes](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md#0260)).
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.26.0"
documentation = "https://docs.rs/tokio-tungstenite/0.26.1"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.26.0"
version = "0.26.1"
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.26.0"
version = "0.26.1"
default-features = false

[dependencies.native-tls-crate]
Expand Down

0 comments on commit aafb2f9

Please sign in to comment.