Version 0.2.0 released.

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/1/head
Alexey Galakhov 7 years ago
parent c6b76a5c87
commit c6c77612c5
  1. 10
      Cargo.toml

@ -6,15 +6,15 @@ keywords = ["websocket", "io", "web"]
authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"] authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"]
license = "MIT" license = "MIT"
homepage = "https://github.com/snapview/tokio-tungstenite" homepage = "https://github.com/snapview/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite/0.1.2" documentation = "https://docs.rs/tokio-tungstenite/0.2.0"
repository = "https://github.com/snapview/tokio-tungstenite" repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.1.2" version = "0.2.0"
[dependencies] [dependencies]
futures = "0.1.12" futures = "0.1.13"
tokio-io = "0.1.1" tokio-io = "0.1.1"
tungstenite = "0.2.0" tungstenite = "0.2.3"
url = "1.4.0" url = "1.4.0"
[dev-dependencies] [dev-dependencies]
tokio-core = "0.1.6" tokio-core = "0.1.7"

Loading…
Cancel
Save