Bump wasmtime to 0.20.0 (#2222)

At the same time bump cranelift crates to 0.67.0
This commit is contained in:
Alex Crichton
2020-09-23 13:54:02 -05:00
committed by GitHub
parent 0ec2c12ab5
commit 5e08eb3b83
53 changed files with 266 additions and 231 deletions

View File

@@ -15,27 +15,27 @@ path = "src/clif-util.rs"
[dependencies]
cfg-if = "0.1"
cranelift-codegen = { path = "codegen", version = "0.66.0" }
cranelift-entity = { path = "entity", version = "0.66.0" }
cranelift-interpreter = { path = "interpreter", version = "0.66.0" }
cranelift-reader = { path = "reader", version = "0.66.0" }
cranelift-frontend = { path = "frontend", version = "0.66.0" }
cranelift-serde = { path = "serde", version = "0.66.0", optional = true }
cranelift-wasm = { path = "wasm", version = "0.66.0", optional = true }
cranelift-native = { path = "native", version = "0.66.0" }
cranelift-codegen = { path = "codegen", version = "0.67.0" }
cranelift-entity = { path = "entity", version = "0.67.0" }
cranelift-interpreter = { path = "interpreter", version = "0.67.0" }
cranelift-reader = { path = "reader", version = "0.67.0" }
cranelift-frontend = { path = "frontend", version = "0.67.0" }
cranelift-serde = { path = "serde", version = "0.67.0", optional = true }
cranelift-wasm = { path = "wasm", version = "0.67.0", optional = true }
cranelift-native = { path = "native", version = "0.67.0" }
cranelift-filetests = { path = "filetests", version = "0.66.0" }
cranelift-module = { path = "module", version = "0.66.0" }
cranelift-object = { path = "object", version = "0.66.0" }
cranelift-simplejit = { path = "simplejit", version = "0.66.0" }
cranelift-preopt = { path = "preopt", version = "0.66.0" }
cranelift = { path = "umbrella", version = "0.66.0" }
cranelift-module = { path = "module", version = "0.67.0" }
cranelift-object = { path = "object", version = "0.67.0" }
cranelift-simplejit = { path = "simplejit", version = "0.67.0" }
cranelift-preopt = { path = "preopt", version = "0.67.0" }
cranelift = { path = "umbrella", version = "0.67.0" }
filecheck = "0.5.0"
log = "0.4.8"
term = "0.6.1"
capstone = { version = "0.6.0", optional = true }
wat = { version = "1.0.18", optional = true }
target-lexicon = { version = "0.11", features = ["std"] }
peepmatic-souper = { path = "./peepmatic/crates/souper", version = "0.66.0", optional = true }
peepmatic-souper = { path = "./peepmatic/crates/souper", version = "0.67.0", optional = true }
pretty_env_logger = "0.4.0"
rayon = { version = "1", optional = true }
file-per-thread-logger = "0.1.2"