Bump version

pull/348/head v0.19.0
Daniel Abramov 1 year ago
parent a873befaae
commit 869a67ca0b
  1. 5
      CHANGELOG.md
  2. 4
      Cargo.toml

@ -1,3 +1,8 @@
# 0.19.0
- Update TLS dependencies.
- Exchanging `base64` for `data-encoding`.
# 0.18.0
- Make handshake dependencies optional with a new `handshake` feature (now a default one!).

@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"]
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/snapview/tungstenite-rs"
documentation = "https://docs.rs/tungstenite/0.18.0"
documentation = "https://docs.rs/tungstenite/0.19.0"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.18.0"
version = "0.19.0"
edition = "2018"
rust-version = "1.51"
include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]

Loading…
Cancel
Save