Bump ethabi & ethereum-types. (#8258)
* Bump ethabi & ethereum-types. * Fix test. * Fix hex encodings.
This commit is contained in:
committed by
André Silva
parent
c1cced3662
commit
9108a3bb50
@@ -15,7 +15,7 @@ semver = "0.6"
|
||||
ethcore = { path = "../ethcore" }
|
||||
ethsync = { path = "../sync" }
|
||||
ethcore-bytes = { path = "../util/bytes" }
|
||||
ethereum-types = "0.2"
|
||||
ethereum-types = "0.3"
|
||||
parking_lot = "0.5"
|
||||
parity-hash-fetch = { path = "../hash-fetch" }
|
||||
parity-version = { path = "../util/version" }
|
||||
|
||||
@@ -249,7 +249,7 @@ impl Updater {
|
||||
}
|
||||
|
||||
fn update_file_name(v: &VersionInfo) -> String {
|
||||
format!("parity-{}.{}.{}-{:?}", v.version.major, v.version.minor, v.version.patch, v.hash)
|
||||
format!("parity-{}.{}.{}-{:x}", v.version.major, v.version.minor, v.version.patch, v.hash)
|
||||
}
|
||||
|
||||
fn updates_path(&self, name: &str) -> PathBuf {
|
||||
|
||||
Reference in New Issue
Block a user