Switch js branch to stable

This commit is contained in:
arkpar 2017-03-07 17:51:06 +01:00
parent a79cf7155a
commit d0b6f2648b
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", 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"]