Merge branch 'master' into csp-fix

This commit is contained in:
Tomasz Drwięga
2017-07-09 14:10:53 +02:00
177 changed files with 8440 additions and 3275 deletions

View File

@@ -23,7 +23,7 @@ mod installers;
use std::{fs, env};
use std::path::PathBuf;
use std::sync::Arc;
use rustc_serialize::hex::FromHex;
use rustc_hex::FromHex;
use fetch::{Client as FetchClient, Fetch};
use hash_fetch::urlhint::{URLHintContract, URLHint, URLHintResult};
use parity_reactor::Remote;