Version 0.6.1 released.

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/52/head v0.6.1
Alexey Galakhov 6 years ago
parent 4c8d64de12
commit 3ce4c01b92
  1. 8
      Cargo.toml

@ -7,23 +7,23 @@ authors = ["Alexey Galakhov"]
license = "MIT/Apache-2.0"
readme = "README.md"
homepage = "https://github.com/snapview/tungstenite-rs"
documentation = "https://docs.rs/tungstenite/0.6.0"
documentation = "https://docs.rs/tungstenite/0.6.1"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.6.0"
version = "0.6.1"
[features]
default = ["tls"]
tls = ["native-tls"]
[dependencies]
base64 = "0.9.2"
base64 = "0.10.0"
byteorder = "1.2.3"
bytes = "0.4.8"
httparse = "1.3.1"
input_buffer = "0.2.0"
log = "0.4.2"
rand = "0.5.2"
sha-1 = "0.7"
sha-1 = "0.8"
url = "1.7.0"
utf-8 = "0.7.2"

Loading…
Cancel
Save