Update dependencies to latest versions

This commit is contained in:
Syrus
2019-07-31 23:03:52 -07:00
parent 2b6e58962b
commit 6245daaa84
13 changed files with 205 additions and 119 deletions

View File

@ -12,7 +12,7 @@ readme = "README.md"
crate-type = ["cdylib", "rlib", "staticlib"]
[dependencies]
libc = "0.2"
libc = "0.2.60"
[dependencies.wasmer-runtime]
path = "../runtime"