Skip to content

Commit

Permalink
Merge branch 'master' into feature/jq
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed May 27, 2019
2 parents 6fd6ad9 + 69f0f7d commit 12299cd
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
14 changes: 10 additions & 4 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/clif-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cranelift-entity = "0.30.0"
cranelift-wasm = "0.30.0"
hashbrown = "0.1"
target-lexicon = "0.3.0"
wasmparser = "0.29.2"
wasmparser = "0.30.0"
byteorder = "1"
nix = "0.13.0"
libc = "0.2.49"
Expand Down
2 changes: 1 addition & 1 deletion lib/llvm-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" }
inkwell = { git = "https://github.com/wasmerio/inkwell", branch = "llvm7-0" }
wasmparser = "0.29.2"
wasmparser = "0.30.0"
hashbrown = "0.1.8"
smallvec = "0.6.8"
goblin = "0.0.20"
Expand Down
2 changes: 1 addition & 1 deletion lib/runtime-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ wasmer-runtime-core = { path = "../runtime-core" }
hashbrown = "0.1"
failure = "0.1"
tar = "0.4"
wasmparser = "0.29.2"
wasmparser = "0.30.0"
zstd = "0.4"

# [target.'cfg(unix)'.dependencies.zbox]
Expand Down
2 changes: 1 addition & 1 deletion lib/runtime-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
nix = "0.12.0"
page_size = "0.4.1"
wasmparser = "0.29.2"
wasmparser = "0.30.0"
parking_lot = "0.7.1"
lazy_static = "1.2.0"
indexmap = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/singlepass-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" }
wasmparser = "0.29.2"
wasmparser = "0.30.0"
dynasm = "0.3.2"
dynasmrt = "0.3.1"
lazy_static = "1.2.0"
Expand Down

0 comments on commit 12299cd

Please sign in to comment.