|
|
|
@ -8,7 +8,7 @@ license = "MIT" |
|
|
|
|
homepage = "https://github.com/snapview/tokio-tungstenite" |
|
|
|
|
documentation = "https://docs.rs/tokio-tungstenite/0.3.0" |
|
|
|
|
repository = "https://github.com/snapview/tokio-tungstenite" |
|
|
|
|
version = "0.3.0" |
|
|
|
|
version = "0.4.0" |
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
|
default = ["connect", "tls"] |
|
|
|
@ -21,7 +21,7 @@ futures = "0.1.14" |
|
|
|
|
tokio-io = "0.1.2" |
|
|
|
|
|
|
|
|
|
[dependencies.tungstenite] |
|
|
|
|
git = "https://github.com/snapview/tungstenite-rs.git" |
|
|
|
|
git = "https://github.com/snapview/tungstenite-rs.git" # FIXME: set to 0.5.0 after tungstenite's approval |
|
|
|
|
branch = "request_minor" |
|
|
|
|
default-features = false |
|
|
|
|
|
|
|
|
|