Revert Cargo.lock changes

This commit is contained in:
5chdn
2018-04-21 12:47:27 +02:00
parent 0649772325
commit 6346b03ffa
2 changed files with 2 additions and 14 deletions

View File

@@ -5,11 +5,11 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
byteorder = "1.0"
ethereum-types = "0.3"
ethereum-types = "0.2"
log = "0.3"
parity-wasm = "0.27"
libc = "0.2"
pwasm-utils = "0.1"
vm = { path = "../vm" }
wasmi = { version = "0.1", features = ["opt-in-32bit"] }
ethcore-logger = { path = "../../logger" }
wasmi = { version = "0.1.3", features = ["opt-in-32bit"] }