Update dependency version

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/1/head
Alexey Galakhov 7 years ago
parent 86d7829f17
commit bc5960d241
  1. 4
      Cargo.toml

@ -8,12 +8,12 @@ license = "MIT"
homepage = "https://github.com/snapview/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.1.1"
version = "0.1.2"
[dependencies]
futures = "*"
tokio-io = "*"
tungstenite = "0.1.1"
tungstenite = "0.2.0"
url = "*"
[dev-dependencies]

Loading…
Cancel
Save