Fix Cargo.lock

This commit is contained in:
5chdn
2018-04-21 12:43:36 +02:00
parent 743d392cf7
commit 99bca182d3
2 changed files with 4 additions and 4 deletions

View File

@@ -13,4 +13,4 @@ libc = "0.2"
pwasm-utils = "0.1"
vm = { path = "../vm" }
ethcore-logger = { path = "../../logger" }
wasmi = { version = "0.1", features = ["opt-in-32bit"] }
wasmi = { version = "0.1.3", features = ["opt-in-32bit"] }