Updating WS version

This commit is contained in:
Tomasz Drwięga
2016-06-27 16:10:37 +02:00
committed by arkpar
parent 1fcf5c7cc2
commit e3ca87c4d1
2 changed files with 4 additions and 4 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", branch = "testing" }
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", version = "0.2.0" }