Version 0.2.3 released.

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/13/head v0.2.3
Alexey Galakhov 7 years ago
parent e3c0ec30c8
commit c896ef73cf
  1. 12
      Cargo.toml

@ -7,24 +7,24 @@ authors = ["Alexey Galakhov"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
readme = "README.md" readme = "README.md"
homepage = "https://github.com/snapview/tungstenite-rs" homepage = "https://github.com/snapview/tungstenite-rs"
documentation = "https://docs.rs/tungstenite/0.2.2" documentation = "https://docs.rs/tungstenite/0.2.3"
repository = "https://github.com/snapview/tungstenite-rs" repository = "https://github.com/snapview/tungstenite-rs"
version = "0.2.2" version = "0.2.3"
[features] [features]
default = ["tls"] default = ["tls"]
tls = ["native-tls"] tls = ["native-tls"]
[dependencies] [dependencies]
base64 = "0.4.1" base64 = "0.5.2"
byteorder = "1.0.0" byteorder = "1.0.0"
bytes = "0.4.1" bytes = "0.4.3"
httparse = "1.2.1" httparse = "1.2.2"
log = "0.3.7" log = "0.3.7"
rand = "0.3.15" rand = "0.3.15"
sha1 = "0.2.0" sha1 = "0.2.0"
url = "1.4.0" url = "1.4.0"
utf-8 = "0.7.0" utf-8 = "0.7.1"
[dependencies.native-tls] [dependencies.native-tls]
optional = true optional = true

Loading…
Cancel
Save