From d0b6f2648b76efa49c00a5d2b3bf4107e98c8ce5 Mon Sep 17 00:00:00 2001 From: arkpar Date: Tue, 7 Mar 2017 17:51:06 +0100 Subject: [PATCH] Switch js branch to stable --- 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 7fca32187..b00a246c5 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", branch = "beta", optional = true } +parity-ui-precompiled = { git = "https://github.com/ethcore/js-precompiled.git", branch = "stable", optional = true } [features] no-precompiled-js = ["parity-ui-dev"]