From 4fe99b7dea6401c7e63ca562faed68dc0211221e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Fri, 29 Apr 2016 20:50:07 +0200 Subject: [PATCH] Updating status page (#1015) * Updating status page * Bump * Bumping version of status page --- Cargo.lock | 6 +++--- webapp/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dedc91891..98d70bbc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ dependencies = [ "jsonrpc-core 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 5.1.0 (git+https://github.com/debris/jsonrpc-http-server.git)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-status 0.2.2 (git+https://github.com/tomusdrw/parity-status.git)", + "parity-status 0.3.3 (git+https://github.com/tomusdrw/parity-status.git)", "parity-webapp 0.1.0 (git+https://github.com/tomusdrw/parity-webapp.git)", "url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -819,8 +819,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "parity-status" -version = "0.2.2" -source = "git+https://github.com/tomusdrw/parity-status.git#fb9cb1ebe33e97fde5ae6ef8f3a94685d3f6f2aa" +version = "0.3.3" +source = "git+https://github.com/tomusdrw/parity-status.git#2f4fa51c727449fba9637f58f9fe746aca1b2108" dependencies = [ "parity-webapp 0.1.0 (git+https://github.com/tomusdrw/parity-webapp.git)", ] diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index 0bc371e91..8837c25cc 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.2.2" } +parity-status = { git = "https://github.com/tomusdrw/parity-status.git", version = "0.3.3" } parity-wallet = { git = "https://github.com/tomusdrw/parity-wallet.git", optional = true } clippy = { version = "0.0.63", optional = true}