Skip to content

Commit

Permalink
Release version 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agalakhov committed Dec 7, 2023
1 parent 7b2cf20 commit 52e59dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.20.1"
documentation = "https://docs.rs/tokio-tungstenite/0.21.0"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.20.1"
version = "0.21.0"
edition = "2018"
rust-version = "1.63"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
Expand All @@ -33,7 +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]
version = "0.20.1"
version = "0.21.0"
default-features = false

[dependencies.native-tls-crate]
Expand Down

0 comments on commit 52e59dd

Please sign in to comment.