From 3b56e8ededd24d980375a35916fb2900863817f2 Mon Sep 17 00:00:00 2001 From: arkpar Date: Tue, 7 Mar 2017 17:50:12 +0100 Subject: [PATCH] Switch js branch to beta --- dapps/ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/ui/Cargo.toml b/dapps/ui/Cargo.toml index e17948204..26a9f0ce3 100644 --- a/dapps/ui/Cargo.toml +++ b/dapps/ui/Cargo.toml @@ -11,7 +11,7 @@ rustc_version = "0.1" [dependencies] parity-ui-dev = { path = "../../js", optional = true } -parity-ui-precompiled = { git = "https://github.com/ethcore/js-precompiled.git", optional = true } +parity-ui-precompiled = { git = "https://github.com/ethcore/js-precompiled.git", branch = "beta", optional = true } [features] no-precompiled-js = ["parity-ui-dev"]