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

@@ -27,7 +27,7 @@ wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync" }
cap-std = "0.25.0"
[dev-dependencies]
wat = "1.0"
wat = "1.0.45"
[features]
default = ["shuffling-allocator"]