Update to tungstenite 0.9.2 instead of tracking git master

pull/1/head 0.1.0
Sebastian Dröge 5 years ago
parent 3ccd307be3
commit 6ed543c8bf
  1. 4
      Cargo.toml

@ -23,9 +23,7 @@ futures = "0.3"
pin-project = "0.4"
[dependencies.tungstenite]
#version = "0.9.2"
git = "https://github.com/snapview/tungstenite-rs.git"
branch = "master"
version = "0.9.2"
default-features = false
[dependencies.bytes]

Loading…
Cancel
Save