Bump version

pull/1/head
Daniel Abramov 7 years ago
parent c0ab50ba57
commit 2ac5971aab
  1. 4
      Cargo.toml

@ -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

Loading…
Cancel
Save