Update libffi

This commit is contained in:
Syrus Akbary
2020-11-20 08:10:50 -08:00
parent 6cc18ef7ca
commit 74e64b5889
2 changed files with 13 additions and 149 deletions

View File

@@ -30,7 +30,7 @@ wasmer-types = { version = "1.0.0-alpha5", path = "../wasmer-types" }
cfg-if = "1.0"
lazy_static = "1"
libc = { version = "^0.2", default-features = false }
libffi = { version = "0.9", optional = true }
libffi = { version = "1.0", optional = true }
serde = { version = "1", optional = true, features = ["derive"] }
thiserror = "1"
typetag = { version = "0.1", optional = true }