Merge branch 'master' into simd

This commit is contained in:
Syrus
2020-08-03 16:24:40 -07:00
7 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ wasm-common = { path = "../wasm-common", version = "1.0.0-alpha.1" }
target-lexicon = { version = "0.10", default-features = false }
smallvec = "1"
goblin = "0.2"
libc = { version = "0.2", default-features = false }
libc = { version = "^0.2.69", default-features = false }
byteorder = "1"
itertools = "0.9"
rayon = "1.3"