Switch js branch to beta

This commit is contained in:
arkpar 2017-03-07 17:50:12 +01:00
parent b3ccbbe913
commit 3b56e8eded
1 changed files with 1 additions and 1 deletions

View File

@ -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"]