Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Jul 22, 2023
1 parent 6d8d11e commit 76b04fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.20.0

- Change the buffering behavior for `Sink::send()` and `Sink::feed()`, [see `tungstenite`'s changelog for more details](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md#0200).

# 0.19.0

- Allow users to enable/disable Nagle algorithm when using `connect()` helpers.
Expand Down
8 changes: 3 additions & 5 deletions Cargo.toml
Expand Up @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"]
authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"]
license = "MIT"
homepage = "https://github.com/snapview/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite/0.19.0"
documentation = "https://docs.rs/tokio-tungstenite/0.20.0"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.19.0"
version = "0.20.0"
edition = "2018"
rust-version = "1.63"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
Expand All @@ -33,9 +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]
# TODO use 0.20 release
# version = "0.19.0"
git = "https://github.com/snapview/tungstenite-rs"
version = "0.20.0"
default-features = false

[dependencies.native-tls-crate]
Expand Down

0 comments on commit 76b04fe

Please sign in to comment.