Using stable version of ws-rs

This commit is contained in:
Tomasz Drwięga
2016-06-26 23:41:31 +02:00
committed by arkpar
parent c006f446a4
commit dd0e681847
2 changed files with 10 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ rand = "0.3.14"
jsonrpc-core = "2.0"
log = "0.3"
env_logger = "0.3"
ws = { git = "https://github.com/ethcore/ws-rs.git" }
ws = { git = "https://github.com/ethcore/ws-rs.git", branch = "stable" }
ethcore-util = { path = "../util" }
ethcore-rpc = { path = "../rpc" }
parity-minimal-sysui = { git = "https://github.com/ethcore/parity-dapps-minimal-sysui-rs.git" }