From c4c17aa1da125b61bbd0e62c1d7fc8792eb6c8b2 Mon Sep 17 00:00:00 2001 From: Adam Goldman Date: Fri, 15 Apr 2016 07:07:46 +0200 Subject: [PATCH] bump status page version 0.1.7 (#955) --- webapp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index eb3e9c042..255e345e8 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -17,7 +17,7 @@ ethcore-rpc = { path = "../rpc" } ethcore-util = { path = "../util" } parity-webapp = { git = "https://github.com/tomusdrw/parity-webapp.git" } # List of apps -parity-status = { git = "https://github.com/tomusdrw/parity-status.git", version = "0.1.5" } +parity-status = { git = "https://github.com/tomusdrw/parity-status.git", version = "0.1.7" } parity-wallet = { git = "https://github.com/tomusdrw/parity-wallet.git", optional = true } clippy = { version = "0.0.63", optional = true}