Update wasm-tools crates

Nothing major here, just a routine update with a few extra things to
handle here-and-there.
This commit is contained in:
Alex Crichton
2022-02-02 09:45:43 -08:00
parent c83968575a
commit 65486a0680
15 changed files with 102 additions and 42 deletions

View File

@@ -12,7 +12,7 @@ keywords = ["webassembly", "wasm"]
edition = "2018"
[dependencies]
wasmparser = { version = "0.81", default-features = false }
wasmparser = { version = "0.82", default-features = false }
cranelift-codegen = { path = "../codegen", version = "0.80.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.80.0" }
cranelift-frontend = { path = "../frontend", version = "0.80.0", default-features = false }