Fix Cargo.lock not parsable (#8102)

This commit is contained in:
Pierre Krieger 2018-03-13 15:54:49 +01:00 committed by Marek Kotewicz
parent 102bc7809f
commit 7e948a088f
1 changed files with 1 additions and 1 deletions

2
Cargo.lock generated
View File

@ -2678,7 +2678,7 @@ version = "0.0.1"
dependencies = [
"ethabi 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ethabi-contract 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"ethabi-derive 5.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"ethabi-derive 5.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"keccak-hash 0.1.0",
]