Bump versions of wasm-tools crates (#4380)

* Bump versions of wasm-tools crates

Note that this leaves new features in the component model, outer type
aliases for core wasm types, unimplemented for now.

* Move to crates.io-based versions of tools
This commit is contained in:
Alex Crichton
2022-07-05 14:23:03 -05:00
committed by GitHub
parent 7943d34483
commit 41ba851a95
16 changed files with 46 additions and 38 deletions

View File

@@ -19,7 +19,7 @@ cranelift-codegen = { path = "../../cranelift/codegen", version = "0.87.0" }
cranelift-frontend = { path = "../../cranelift/frontend", version = "0.87.0" }
cranelift-entity = { path = "../../cranelift/entity", version = "0.87.0" }
cranelift-native = { path = "../../cranelift/native", version = "0.87.0" }
wasmparser = "0.86.0"
wasmparser = "0.87.0"
target-lexicon = "0.12"
gimli = { version = "0.26.0", default-features = false, features = ['read', 'std'] }
object = { version = "0.28.0", default-features = false, features = ['write'] }