Skip to content

Commit

Permalink
Merge branch 'master' into feature/no-include-from-extern-c
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed Feb 15, 2021
2 parents 9c9f576 + efeef22 commit 2fc0b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/compiler-llvm/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ wasmer-vm = { path = "../vm", version = "1.0.2" }
wasmer-types = { path = "../wasmer-types", version = "1.0.2" }
target-lexicon = { version = "0.11", default-features = false }
smallvec = "1.6"
goblin = "0.2"
goblin = "0.3"
libc = { version = "^0.2", default-features = false }
byteorder = "1"
itertools = "0.9"
Expand Down

0 comments on commit 2fc0b8f

Please sign in to comment.