[dependencies]: unify rustc-hex (#11506)
* [dependency]: unify `rustc-hex` * [private tx]: fix upgrade to `rustc hex 2.1.0`
This commit is contained in:
@@ -36,9 +36,9 @@ call-contract = { package = "ethcore-call-contract", path = "../../call-contract
|
||||
engine = { path = "../../engine", features = ["test-helpers"] }
|
||||
env_logger = "0.6.2"
|
||||
ethcore = { path = "../..", features = ["test-helpers"] }
|
||||
parity-crypto = { version = "0.5.0", features = ["publickey"] }
|
||||
rustc-hex = "2.1.0"
|
||||
keccak-hash = "0.4.0"
|
||||
rustc-hex = "1.0"
|
||||
parity-crypto = { version = "0.5.0", features = ["publickey"] }
|
||||
spec = { path = "../../spec" }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user