commit 2e8b441b1bb1239df3385d63d5058e9ca5ee4bab parent 43eaea8ed92734f96448fdb4f3d5298e7ff0cebd Author: Marcel <MTRNord@users.noreply.github.com> Date: Sat, 11 Mar 2017 16:11:36 +0100 Use correct replacement Diffstat:
| M | Cargo.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -44,4 +44,4 @@ futures = "0.1.7" tokio-core = "0.1.2" [replace] -"websocket:0.17.1" = { git = "https://github.com/MTRNord/rust-websocket", branch = "openssl-0.9" } +"websocket:0.17.1" = { git = "https://github.com/asayers/rust-websocket", branch = "openssl-0.9" }